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

(Not possible because there are not Indirect,Y modes for LDX, STX)

This commit is contained in:
Chris Pressey 2018-04-18 11:27:23 +01:00
parent 3c7d95a724
commit b451176f37

View File

@ -86,6 +86,5 @@ are trashed inside the block.
* `interrupt` routines -- to indicate that "the supervisor" has stored values on the stack, so we can trash them.
* Add absolute addressing in shl/shr, absolute-indexed for add, sub, etc.
* Automatic tail-call optimization (could be tricky, w/constraints?)
* Possibly `ld x, [ptr] + y`, possibly `st x, [ptr] + y`.
[VICE]: http://vice-emu.sourceforge.net/