GetTextColor PROC
Returns the current foreground and background
colors of the console window (Irvine32 only). The color is a 16-bit
color.
Call args: None. Return args: AL, bits 4-7: background color AL, bits 0-3: foreground color Example: call GetTextColor mov color,AL
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |