Jot down some TODO items.
Chris Pressey
a month ago
130 | 130 | |
131 | 131 | LDA# 0 ; TAX ; INX |
132 | 132 | ===> a9 00 aa e8 |
133 | ||
134 | TODO | |
135 | ---- | |
136 | ||
137 | * `trash` location function (pseudo-instruction) | |
138 | * location unchanged -> it does not appear in meaningful set in output | |
139 | * typing for `if` | |
140 | * typing for `while` | |
141 | * extract code from `if` | |
142 | * extract code from `while` |