Difference between revisions of "84PCE:Syscalls:021BC4"
From WikiTI
(Created page with "GraphBGColorToDrawBGColor 021BC4 - GraphBGColorToDrawBGColor == Synopsis == '''Hypothesized Official...") |
(→Disassembly) |
||
Line 18: | Line 18: | ||
=== Disassembly === | === Disassembly === | ||
− | + | ld.sis hl, (graphBGColor) | |
− | + | ld.sis (drawBGColor), hl | |
− | + | ret |
Latest revision as of 17:13, 31 May 2016
Synopsis
Hypothesized Official Name: GraphBGColorToDrawBGColor
Syscall Address: 021BC4h
Stores the 16 bit 5-6-5 color located in graphBGColor into drawBGColor.
Inputs
- graphBGColor set to specific color value
Outputs
- drawBGColor holds the same color as the input
Registers Destroyed
- HL
Disassembly
ld.sis hl, (graphBGColor) ld.sis (drawBGColor), hl ret