0 Members and 3 Guests are viewing this topic.
Why not adding a way to contol the registers, it would be incredibly faster I think! But it shouldn't be an obligation for the user(maybe a specific Token?)
Quote from: Soulthym on May 20, 2013, 03:31:39 pmWhy not adding a way to contol the registers, it would be incredibly faster I think! But it shouldn't be an obligation for the user(maybe a specific Token?)It wouldn't be faster since it is an interpreted language. If you wanted to have that, the app would have to manage virtual registers since the app already uses them. Like the Calcsys' console does int fact.
Z80Asm ld hl,plotSScreen ld (hl),0 ld bc,767 ld de,plotSScreen+1 ldir