0 Members and 3 Guests are viewing this topic.
Are you sure you're including ti83plus.inc? SPASM likes to pretend that it's correctly assembled a program, when in fact, it has actually replaced any bad opcodes or labels with 0. This is bad if you have jp badLabel.
#define bcall(x) rst 28h \ .dw x#define bjump(x) call BRT_JUMP0 \ .dw x#define equ .equ#define EQU .equ
.addinstr B_CALL * EF 3 NOP 1.addinstr B_JUMP * 0050CD 5 NOP 1