ho un problema con il Dasm che mi dice:
DASM V2.20.07j Macro Assembler ©1988-2006
Modifications by -=[iAN CooG/HokutoForce]=-
redistributable for non-profit only
START OF PASS: 1
Including file "sidplayer.s"
TO BE IMPLEMENTED!
segment: INITIAL CODE SEGMENT 1000 vs current org: c015
sidplayer.s (19): error: Origin Reverse-indexed.
Aborting assembly
Press any key to exit
con questo sorgente:
*= $c000
sei
lda #$00
tax
tay
jsr $c000
lp
lda #$80 ; ho capito...
wait
cmp $d012 ; ...come funziona adesso :)
bne wait
jsr $1006
jmp lp
*= $1000
incbin mus.sid