mirror of
https://github.com/notwa/lips
synced 2024-11-13 22:29:03 -08:00
fix link to writers
This commit is contained in:
parent
6548bd3e5b
commit
ef07b5b18e
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ By default, lips will print the assembled word values in hex:
|
|||
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.
|
||||
|
||||
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]
|
||||
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
|
||||
|
||||
## Syntax
|
||||
|
|
Loading…
Reference in a new issue