1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-05 15:29:07 +00:00

Minor edit to TODO.

This commit is contained in:
Chris Pressey 2017-11-17 15:57:43 +00:00
parent 563aaeba47
commit 6bdda6d47d

View File

@ -42,19 +42,11 @@ Documentation
TODO
----
For 0.7:
* `low` and `high` address operators (turn `word` type into `byte`.)
For 0.8:
* `word table` type.
* `vector table` type.
* zero-page memory locations.
* indirect addressing.
For 0.9
* `low` and `high` address operators (turn `word` type into `byte`.) Possibly.
* save registers on stack or in memory (this preserves them = not trashed)
At some point...