Board index » delphi » all

all

How do i load, write, read etc files with asm in pascal
 i know how to inc, dec, add, sub etc ax, dx etc
 but how do i do important stuff
 is there a int for loading files . . . .
 i also want to know how to change background color in textmode using asm
  and more asm wouldnt be bad
        please send me source . . .

MvH
Daniel Bergman
Roland.berg...@rb.pp.se

 

Re:all


Quote
>How do i load, write, read etc files with asm in pascal
> i know how to inc, dec, add, sub etc ax, dx etc
> but how do i do important stuff
> is there a int for loading files . . . .

  Int 21h, functions 3ch and so on...

Quote
> i also want to know how to change background color in textmode using asm
>  and more asm wouldnt be bad
>        please send me source . . .

Regards,
Alex

Other Threads