No, it's still on the todo-listMartin Schmalenbach wrote: ↑Wed Apr 16, 2025 3:04 pmDid this make it in to 1.0 and I missed the documentation on it?![]()

No, it's still on the todo-listMartin Schmalenbach wrote: ↑Wed Apr 16, 2025 3:04 pmDid this make it in to 1.0 and I missed the documentation on it?![]()
It supports most of the 65c02 instruction set. Instructions that are not available havent been needed for nxtBasic to function, but can be added if needed.Martin Schmalenbach wrote: ↑Wed Apr 16, 2025 3:07 pm Also - does your specialist assembler support 65c02 per the CX16 or only the original 6502 opcodes?
Code: Select all
DO WHILE|UNTIL {condition}
LOOP
Code: Select all
DO
LOOP WHILE|UNTIL {condition}