Fred
Fred
Ok, I continue my suggestions ;o) When the user enters edit mode, the cursor should be set to the lower digit. Up/down buttons should increment/decrement the digit, as it is...
How hard would it be to implement nested local labels? The idea is to be able to write: ``` label1 .local1 ; label1.local1 ..next ; label1.local1.next ...loop1 ; label1.local1.next.loop1 ...loop2...
Macros arguments behave oddly when used in conjunction with '.': ``` MACRO M_TOTO arg LD HL,blah.arg ENDM M_TOTO argValue ``` ` LD HL,blah.arg ` is expanded as `LD HL,blah.arg` instead...
Hi! I'm using zx0 to compress screens for a reboot of my Amstrad adventure game, Fugitif. I recently made test by re-organizing the screen memory so 2 adjacent lines on...