View Single Post
Old Oct 23rd, 2007, 7:23 PM   #1
Grich
Hobbyist Programmer
 
Grich's Avatar
 
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 150
Rep Power: 1 Grich is on a distinguished road
Questions about interrupts

I was reading a book the other day on assembly. I reached the chapter on interrupts and I got up to the DOS interrupt int 21h. I use it and now I have been playing around with it, but as I continued to read it said that this feature, although accessible, is out of date and you should use alternatives. My Questions are:
  1. Is int 21h still used?
  2. If there is an alternative, what is it?
I am using x86 and the FASM and MASM assemblers.
__________________
SYNTAX ERROR ...

Last edited by Grich; Oct 23rd, 2007 at 7:30 PM. Reason: Wrong Title of Book.
Grich is offline   Reply With Quote