A86: Running Stuff
[Prev][Next][Index][Thread]
A86: Running Stuff
Hey,
I tried what someone posted about running programs and looked at some
stuff, and I came up with this, but i get an error undefined .. although
the program is on my calc. Anyone know why??? Could it be ld bc or de
ProgList, or ??? Its the only way i could compile it right...
;-------------------------- --
#include asm86.h
#include ti86asm.inc
.org $D748
call _clrLCD
ld hl,ProgList
rst 20h
call _exec_assembly
ret
ProgList: .db "insane",0
.end
END
;--------------------------------
Thanks
Ahmed
Ahmed El-Helw
ahmedre@worldnet.att.net
http://asm86.home.ml.org
http://asm8x.home.ml.org
Ahmed_ on IRC
ICQ UIN: 3350394
Follow-Ups: