mirror of
https://github.com/irmen/prog8.git
synced 2025-02-25 20:29:04 +00:00
info
This commit is contained in:
parent
065587525e
commit
b5c5560af8
@ -1 +1 @@
|
||||
1.51
|
||||
1.52-dev
|
||||
|
@ -57,11 +57,13 @@ It could then even be moved into the zeropage to greatly reduce code size and sl
|
||||
|
||||
Or just move the LSB portion into a slab of the zeropage.
|
||||
|
||||
Allocate a fixed word in ZP that is the TOS so we can operate on TOS directly
|
||||
Allocate a fixed word in ZP that is the TOS so we can always operate on TOS directly
|
||||
without having to to index into the stack?
|
||||
|
||||
|
||||
Misc
|
||||
^^^^
|
||||
|
||||
- are there any other missing instructions in the code generator?
|
||||
Several ideas were discussed on my reddit post
|
||||
https://www.reddit.com/r/programming/comments/alhj59/creating_a_programming_language_and_cross/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user