[A83] ld hl,bc


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

[A83] ld hl,bc



let's say you have the number 315 in  the register bc. how do you load it in
hl?  i tried with ld h,b and ld l,c but it wouldn't work.