[A83] Running external ASM programs from within an ASM program...


[Prev][Next][Index][Thread]

[A83] Running external ASM programs from within an ASM program...



Can this be done???
 
ld hl,MyProg
rst rMOV9TOOP1
rst rFINDSYM
ret c
 
inc de
inc de
push de
ret
 
I'm assuming there may be a few bytes acting as a header, but this is
the concept....point the PC to the data of another assembly program and
just run it....will it work?
 
Thomas Lutz
Stevens Institute of Technology
 





Follow-Ups: