Difference between revisions of "84PCE:Syscalls:021DB4"
From WikiTI
(Created page with "addAHL 021DB4 - addAHL == Synopsis == '''Hypothesized Official Name:''' addAHL '''Syscall Address:'...") |
(No difference)
|
Revision as of 20:24, 4 May 2015
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