84PCE:Syscalls:021BC4
From WikiTI
Revision as of 17:12, 31 May 2016 by MateoConLechuga (Talk | contribs)
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