Holyman
March 1st, 2006, 06:32 AM
HI,
How is it possible to send characters to the screen without using BIOS or any pre-defined functions?
How is it possible to send characters to the screen without using BIOS or any pre-defined functions?
|
Click to See Complete Forum and Search --> : Sens characters to the screen without BIOS Holyman March 1st, 2006, 06:32 AM HI, How is it possible to send characters to the screen without using BIOS or any pre-defined functions? Hobson March 1st, 2006, 07:52 AM You can write characters directly to screen buffer. AFAIR for 80x25 text mode it starts usually at 0xB800 segment, and each character is represented by pair of bytes (attribute and character). It works at DOS, Windows 9x, never tried it at XP. Regards, Hob codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved. |