SA> SA>>> to change the font in VGA text mode?
SA> NP> execute this prog and u'll get italisized a.
SA> Cheers - it does!
SA> One question though, how do I recall the original set?
You can just reset the video mode. This will load the OEM
character set from ROM.
asm {
mov ax, 3h
int 10h
}
This will handle it in most compilers, under DOS.
It resets the video mode and clears the screen by calling
the Video BIOS interrupt 10h with the value of 3 loaded in
the ax register.
> ] Let's try randomly accessing YOUR memory once...............
---
---------------
* Origin: *YOPS ]I[* 8.4 GIG * RA/FD/FE * Milwaukee, WI (1:154/750)
|