84PCE:Syscalls:021BC4

From WikiTI
Revision as of 18:13, 31 May 2016 by MateoConLechuga (Talk | contribs)

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

Synopsis

Hypothesized Official Name: GraphBGColorToDrawBGColor

Syscall Address: 021BC4h

Stores the 16 bit 5-6-5 color located in graphBGColor into drawBGColor.

Inputs

Outputs

Registers Destroyed

  • HL

Disassembly

	ld.sis	hl, (graphBGColor)
	ld.sis	(drawBGColor), hl
	ret