-->
0 Members and 1 Guest are viewing this topic.
.nolist#include "Axe.inc"#include "ti83plus.inc".list.dw AXM_HEADER.dw Ax1_End.db AXM_ALL.db tGetKey, 0.db AXM_RRMOD.db 0.org 0 LD A, %11111110 OUT (1), A ld hl,0 IN A, (1) CP 0 jr z,Ax1_End inc l bit 0,a ;down jr z,Ax1_End inc l bit 1,a ;left jr z,Ax1_End inc l bit 2,a ;right jr z,Ax1_End inc l ;upAx1_End:.dw $0000
Yes, I'm using spasm, I'll keep the must be in ram thing in mind, and what token should I use then?