.nolist #include "ti73.inc" .list .org asm_exec_ram progStart: ld hl,sDump rst 20h ld hl,4000h bcall(_createAppVar) ret c inc de inc de ld hl,4000h ld a,1Fh ld bc,4000h bcall(_FlashToRam2) bcall(_clrLCDFull) ld hl,0 ld (curRow),hl ld hl,sDone bcall(_PutS) ret sDump: .db AppVarObj,"DUMPBOOT",0 sDone: .db "DUMPBOOT created",0 .end end