0 Members and 1 Guest are viewing this topic.
Error: Argument '(xen),$4E' (for 'ld') not understood. [zztemp.asm:132]Error: Argument '(xu),48' (for 'ld') not understood. [zztemp.asm:133]Error: Argument '(xen),b' (for 'ld') not understood. [zztemp.asm:141]Error: Argument '(xu),b' (for 'ld') not understood. [zztemp.asm:151]
ld (xen),$4E ;load enimies xpos 78 /$4E ld (xu),48intro: push bc ;store b for the loop ld a,(xen) ld b,a ;dec a store back into xen dec b ld (xen),b ld ix,them ;load sprite data into ix ld bc,$1010 ld l,1 call ilargesprite ld a,(xu) ld b,a inc b ;inc xu ld (xu),b ld ix,you ld bc,$1010 ld l,48 call ilargesprite pop bc djnz intro