Re: function in assembly
Posted: Sat May 14, 2016 1:11 pm
Hi,
Cheers,
Brendan
For the code I posted (and the code you posted) there's no support for:Haghiri75 wrote:Thank you very much! But I have another question, does "printString_atCoords" routine, changes cursor place? I tried it but it didn't work.
- Any ASCII control characters (line feed, tab, etc)
- Anything that is not 7-bit ASCII (e.g. mapping Unicode to "VGA glyphs" in the ranges 0 to 31 and 127 to 255 where possible)
- Scrolling when you hit the bottom of the screen
- Wrapping properly when you hit the right edge of the screen
- A cursor location
- A visible cursor (that can be enabled when you're waiting for user input, and disabled when you're not)
- Printing anything that is not a string (single characters, decimal values, etc)
- Anything that is not "standard" 80 * 25 text mode
Cheers,
Brendan