Int 5F/AH=0Eh

Prev Next Ralf Interrups Categories Contents

------

HP 95LX/100LX/200LX GRAPHICS PRIMITIVES - PUT IMAGE

AH = 0Eh
AL = replacement rule (see #03262)
DX,CX = row,column of top left corner
ES:DI -> image buffer (see #03261)

Note: If the specified image does not fit completely on the screen, this call does nothing

See Also: AH=0Dh

Bitfields for replacement rule: Bit(s) Description (Table 03262) 2 invert image before applying rule 1-0 function (00 force, 01 AND, 10 OR, 11 XOR)

Category: Vendor-specific BIOS Extensions - Int 5Fh - H

------

Prev Next Ralf Interrups Categories Contents