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.
ISR for dos interrupt 21h in asm.
Re:ISR for dos interrupt 21h in asm.
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.
Int 21h (48),allocate memery block, is the one thats not working ,i need it in asm:(
\\\///
(@@)
ASHLEY4.