A83: Logical operators


[Prev][Next][Index][Thread]

A83: Logical operators



If you do this :
 
ld a,1010b
and 1101b
 
The result is 1000, but in which register is put this result.
 
 
JLP

Follow-Ups: