Is INTR is a non vectored interrupt?

1 answer

Answer

1086332

2026-08-18 05:40

+ Follow

Yes and no. INTR response requires an opcode fetch sequence from the interrupting hardware device, often a CALL instruction, so there is no vector table in memory for it, because you can CALL any location. On the other hand, some implementations provide an RST instruction as the opcode, making it a vectored interrupt.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.