Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TSR and vector table

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Hi,

I'm looking for a way to make a TSR that would give the content of the vector table?

Anyone has an idea on how to do that?

Thanks
 
Hi,

If you mean the interrupt table on a x86 processor in real-mode, it's contents starts at 0:0 for 1024 positions, where every interrupt's address takes up 4 positions. So all you have to do is read that memory and display it



Wouter Dijkslag

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top