0 Members and 2 Guests are viewing this topic.
.org $0000.dw $F00D.org $0000.dw $CAFE
.org $0000.dw $F00D.org $9002.dw $CAFE
destination .equ $9001.org $0000.dw $CODE;relocationrelocate .equ $label:dec ajp nz,label+destination-relocate
Ok, I'm trying out SPASM, but every time I try to compile, the entire "ti83plus.inc" file is highlighted in red but with no error message and the code and data sizes say 0. What do I need to do to make my TASM z80 file SPASM compatible?
SPASM handles this properly, i.e. it only affects label values from that point on, but it doesn't move the location in the output binary.
93 00:000A - - - - 94 00:000A - - - - 95 00:000A - - - - .dw $6DBB 96 00:000C - - - - 97 00:000C - - - - 98 00:000C F3 - - - di 99 00:000D - - - - 100 00:000D - - - - Loop: 101 00:000D 3E - - - ld a,1 102 00:000F D3 - - - out ($20),a 103 00:0011 FD 21 - - ld iy,plotsScreen+384 104 00:0015 21 - - - ld hl,Length