Create z80stealth_ti83calculator.z80
This commit is contained in:
20
z/z80stealth_ti83calculator.z80
Normal file
20
z/z80stealth_ti83calculator.z80
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
.NOLIST
|
||||||
|
#define EQU .equ
|
||||||
|
#define equ .equ
|
||||||
|
#define END .end
|
||||||
|
#define end .end
|
||||||
|
#include "ti83plus.inc"
|
||||||
|
.LIST
|
||||||
|
.org 9D93h
|
||||||
|
.db $BB,$6D
|
||||||
|
ld a,0
|
||||||
|
ld (CURCOL),a
|
||||||
|
ld (CURROW),a
|
||||||
|
ld hl,text
|
||||||
|
B_CALL(_PutS)
|
||||||
|
B_CALL(_NewLine)
|
||||||
|
ret
|
||||||
|
text:
|
||||||
|
.db "Hello, World",0
|
||||||
|
.end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user