1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-04-28 00:03:23 -07:00

fix link to writers

This commit is contained in:
Connor Olding 2016-10-14 03:33:46 -07:00
parent 6548bd3e5b
commit ef07b5b18e

View File

@ -33,7 +33,7 @@ By default, lips will print the assembled word values in hex:
etc... etc...
``` ```
Other predefined output formats are available in [lips.writers]; Other predefined output formats are available in [lips.writers][writers];
you can instantiate one and pass it through the second argument of lips. you can instantiate one and pass it through the second argument of lips.
Since lips is designed to assist with ROM/RAM hacking, Since lips is designed to assist with ROM/RAM hacking,
@ -43,7 +43,7 @@ an existing executable or memory dump.
For instance, consider [this injection routine][inject.lua] For instance, consider [this injection routine][inject.lua]
written for the Nintendo 64 Zelda games. written for the Nintendo 64 Zelda games.
[writers]: https://github.com/notwa/lips/blob/master/lips/writers.lua [writers]: /lips/writers.lua
[inject.lua]: https://github.com/notwa/mm/blob/master/Lua/inject.lua [inject.lua]: https://github.com/notwa/mm/blob/master/Lua/inject.lua
## Syntax ## Syntax