mirror of
https://github.com/irmen/prog8.git
synced 2025-07-24 20:24:09 +00:00
added cx16.EXTAPI_kbd_leds definition (new in kernal R48)
This commit is contained in:
@@ -14,6 +14,7 @@ Future Things and Ideas
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Compiler:
|
||||
|
||||
- Some facility to use add-with-carry and sub-with-carry (so we can chain additions/subtractions without clc/sec inserted every time)
|
||||
- Can we support signed % (remainder) somehow?
|
||||
- Don't add "random" rts to %asm blocks but instead give a warning about it? (but this breaks existing behavior that others already depend on... command line switch?)
|
||||
- IR: implement missing operators in AssignmentGen (array shifts etc)
|
||||
|
Reference in New Issue
Block a user