emuStudio icon indicating copy to clipboard operation
emuStudio copied to clipboard

as-8080, as-z80: change behavior of ORG

Open vbmacher opened this issue 2 years ago • 0 comments

ORG pseudocode should not change physical location of the code, just it should set different address of current instruction.

Instead, there should be other psudo-instruction which does that (e.g. ORG_LOAD, LOAD, LORG, ...)

This feature should help writing self-relocating programs, like boot loaders.

vbmacher avatar Aug 05 '22 12:08 vbmacher