2 lines
188 B
Z80 Assembly
2 lines
188 B
Z80 Assembly
ld h,(bc) ;if (bc) or (de) is the operand of a LD command, the other operand must be A.
|
|
ld e,(&A000) ;if a constant pointer is the operand of a LD command, the other operand must be A.
|