Difference between revisions of "84PCE:Syscalls:021DB4"
From WikiTI
(Created page with "addAHL 021DB4 - addAHL == Synopsis == '''Hypothesized Official Name:''' addAHL '''Syscall Address:'...") |
(→Inputs) |
||
Line 12: | Line 12: | ||
=== Inputs === | === Inputs === | ||
HL - addend | HL - addend | ||
− | |||
+ | A - addend | ||
=== Outputs === | === Outputs === |
Revision as of 19: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