For clarity sake, here is a random slice of code:
Code: Select all
L_8284 lda $19 ; $8284 $a519 ;
sta $1d ; $8286 $851d ;
dec $15 ; $8288 $c615 ;
beq L_828f ; $828a $f003 ;
jmp L_8200 ; $828c $4c0082 ;
L_828f ldy #$17 ; $828f $a017 ;
ldx #$17 ; $8291 $a217 ;
L_8293 lda $9fb0,x ; $8293 $bdb09f ;
I'm running 64tass v1.56 r2625 on Linux; I built the 64tass binary myself as it's not in my OS's software repo.