mirror of
https://github.com/irmen/prog8.git
synced 2025-11-02 13:16:07 +00:00
update zsmkit to version 2.4, including the new on_deck routines
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
update zsmkit to newest version that includes the on_deck routines when stabilized
|
||||
|
||||
@R0 parameters in normal subs are currently done via injected alias statements.
|
||||
This means a bool parameter cannot be put into r0 because it is defined as a byte. (error: "using R0-R15 as register param requires integer type")
|
||||
Can we inject them as regular memory mapped variables instead? &bool param = $02 (where $02 is the zp location of r0L)
|
||||
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user