ISR for dos interrupt 21h in asm.

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
ASHLEY4

ISR for dos interrupt 21h in asm.

Post by ASHLEY4 »

Does any one know were ,i can get the ISR for most dos int 21h in
assembly?
Like:
mov ah, 07h
int 21h
***would be***
xor ax, ax
int 16h
iret
**************
Can only use bios interrupts not dos.

\\\|///
(@@)
ASHLEY4.
K.J.

Re:ISR for dos interrupt 21h in asm.

Post by K.J. »

Download and opensource DOS clone(search at http://www.sourceforge.net or http://Google.com)

K.J.
ASHLEY4.

Re:ISR for dos interrupt 21h in asm.

Post by ASHLEY4. »

Thanks ,but most are so intergrated that they are hard to follow.call this ,jmp here,call that.and other are in C. :(
Int 21h (48),allocate memery block, is the one thats not working ,i need it in asm:(
\\\///
(@@)
ASHLEY4.
Post Reply