Home | History | Annotate | Download | only in rl78

Lines Matching refs:hl

30     movw  hl, sp       ; use HL-based addressing (allows for direct subw)
32 movw ax, [hl+4]
33 subw ax, [hl+12]
36 mov a, [hl+6] ; middle bytes of the result are determined using 8-bit
37 subc a, [hl+14] ; SUBC insns which both account for and update the carry bit
39 mov a, [hl+7]
40 subc a, [hl+15]
43 mov a, [hl+8]
44 subc a, [hl+16]
46 mov a, [hl+9]
47 subc a, [hl+17]
50 movw ax, [hl+10]
53 subw ax, [hl+18]