84PCE:Syscalls:021DB4
From WikiTI
Revision as of 19:24, 4 May 2015 by MateoConLechuga (Talk | contribs)
Contents
Synopsis
Hypothesized Official Name: addAHL
Syscall Address: 021DB4h
Adds the 8-bit value in A to the 24-bit value in HL.
Basically an "add a,hl".
Inputs
HL - addend A - addend
Outputs
HL = sum of HL + A
Destroys
- None