News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

vector interrupt

Started by avcaballero, July 21, 2005, 03:26:29 PM

Previous topic - Next topic

avcaballero

Hello

I want to develop a program that seach free vector in vector interrupt table and introduce in it the offset of my ISR and then probe it within my program. The code is in the file (comments in spanish, sorry, if any problem i can translate it). But this program doesn't work. Is it not possible to do it whitout using resident tools?.

Thank you.

P.D. PRNBHEX is an proc that prints an hex byte value and "PrintMens" is a macro that uses function 09h of int 21h to print a string.



[attachment deleted by admin]

avcaballero

By the way

"PUSHF" in line 29 must be erased, I forgot there because I tried with "PUSHF" and far call.

avcaballero

I apologize. This was a stupid mistake. This code has an stupid lack. Now the program goes right :dance: