.nolist #include "ti73.inc" .list .org asm_exec_ram bcall(_clrLCDFull) bcall(_dispBootVer) ld hl,1000h ld (9C16h),hl ret .end end