protoCall7/PZ80emu

ld b,n not functional

Closed this issue · 1 comments

ld b,n doesn't seem to function:

ld b,0xBE
0000000 06 be
0000002

However, the bc register still displays as 0000 after the code runs.

Fixed.