Re: Fast printf

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu