Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 3

XorPoint

Function number: 36

XORs individual points onto the screen using the current drawing color.

Register entry values

AX = EE24
SI = X position
DI = Y position

Register exit values

None

Example

MOV     AX,0EE24H       ;Xor point function
MOV SI,160 ;X position
MOV DI,100 ;Y position
INT 10H ;Call GRAFIX

Comments

None