Skip to content

Exception in IDE #1

@SuperJMN

Description

@SuperJMN

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions