> ld bc,label > ld hl,call_bc+1 > ld (hl),bc > ... > note that there is no "ld (hl),bc". register pairs can only be loded to/from a constant address: "ld (call_bc+1),bc", except for the SP register which can also take the value of HL, IX and IY directly PG