diff options
| -rw-r--r-- | todo | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +push/pop + use grx as stack pointer + assembly makes sure nothing uses chosen grx (probably gr2) +jsr,rst + using the stack +check cmp order +bge doesn't work +bne probably not needed. beq enough |
