84PCE:Syscalls:021DB4

From WikiTI
Revision as of 20:24, 4 May 2015 by MateoConLechuga (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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