summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--todo8
1 files changed, 8 insertions, 0 deletions
diff --git a/todo b/todo
new file mode 100644
index 0000000..4471101
--- /dev/null
+++ b/todo
@@ -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