Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

Basics of interrupt chaining? (Developers)

posted by bretjohn Homepage E-mail, Rio Rancho, NM, 14.12.2012, 19:43

> Or is CALL better?

Most of the time, for IRQ (hardware interrupt) handlers a JMP is better than a CALL. There are special circumstances (usually timing related) where you may need to use a CALL, though. When that happens, things get complicated -- you may need to queue requests and process them later time, or sometimes you may even be able to ignore requests and not process them at all. It just depends on exactly what the application requires.

For your particular application, though, you probably don't need to worry about any of that.

 

Complete thread:

Back to the forum
Board view  Mix view
22762 Postings in 2122 Threads, 402 registered users (1 online)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum