intexec.zip
| FREE |
|
Description by Publisher
Intexec.exe is a simple demonstration of how to execute an interrupt
(Note: Real mode stuff only) by passing the interrupt no. along with
the various input values for the processor registers as input parameters
to a simple small assembly language routine.
This situation arises because most assemblers do not allow a variable
say X to be used with the 'int' instruction.
You cannot say something like this in your program
int X
where X is a input parameter indicating the Interupt Number to a assembly
routine which has the above 'int' instruction.
The program handles any interrupt (DOS/BIOS) and is currently tuned to
work with 8086 assembly instructions. With slight modifications it should
be possible to tune it for working with 80x86 assembly code also. Since
the user is expected to be familiar with interrupts be cautious in the
interrupt number you specify from the keyboard. In any case the user is
responsible for the interrupts he/she executes, the input being either
from the keyboard or file or some program.
Special requirements: None
Freeware. Uploaded by the author.
Anubhav Saxena
saxena@wipsys.soft.net
------------------------------