I'm getting this exception:
System.Exception: 'No command matching [Prefixcb] can be found. Has it been implemented?'
When executing this code:
LD A,C
LD C,B
LD B,10
LD HL,0
MULT: SRL C
RRA
JR NC,NOADD
ADD HL,DE
NOADD: EX DE,HL
ADD HL,HL
EX DE,HL
DJNZ MULT
HALT
What's the problem? The emulator doesn't support this instruction?
Thanks :D
I'm getting this exception:
When executing this code:
What's the problem? The emulator doesn't support this instruction?
Thanks :D