Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如您所知,中断发生时,8086获取中断的代码类型并将其乘以4,然后在IVT中检查。
知道我想在 8086 中更改 IVT,我正在使用 emu8086。
我该怎么做?
您可能已经知道:IVT 在地址:0000:0000 正如您所说,每个向量的偏移量是通过将中断号乘以 4 来计算的。如果要更改单个向量的值,则: