mirror of
https://github.com/notwa/lips
synced 2024-11-14 09:29:03 -08:00
add TODO list
This commit is contained in:
parent
bfbe2845e6
commit
6a29dcd38d
1 changed files with 20 additions and 0 deletions
20
TODO
Normal file
20
TODO
Normal file
|
@ -0,0 +1,20 @@
|
|||
add basic command-line interface (patch.lua)
|
||||
|
||||
document options
|
||||
maybe deprecate options.unsafe
|
||||
|
||||
add delay slot warnings
|
||||
|
||||
consider jarg/call pseudo-instruction (calling convention)
|
||||
|
||||
add arithmetic (using %() syntax?)
|
||||
add macros
|
||||
implement push/pop/jpop as macros
|
||||
be able to point to specific args of push/pop using variables
|
||||
add file-reading directives (e.g. for automatic hook injection macros)
|
||||
allow generation of shared object files (zelda overlays specifically)
|
||||
|
||||
don't require colons for +/- labels (this shouldn't break anything right?)
|
||||
|
||||
write tests for everything (try to focus on code paths)
|
||||
test unary tokens
|
Loading…
Reference in a new issue