1. Re: Fast printf
- Posted by "Darth Maul, aka Matt" <Uglyfish87 at HOTMAIL.COM> Aug 21, 2000
- 417 views
I know quite a bit about the BIOS functions. Try this: sequence regs while 1 do regs=repeat(0,10) regs[REG_AX]=#0200 regs[REG_DX]=(row*16)-1+(col-1) regs=dos_interrupt(#10,regs) printf(1,"Blah blah blah",{}) end while