whats the rom call for _ldhlhl? >xor a ; Clear A >ld hl, MemoryLocation ; The 16-bit mem location goes here >call _ldhlhl ; Now HL = 16-bit number >xor a ; Clear A register >call _dispAHL