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.
一个任务要求加载我们被要求写入陷阱向量表的位置 x0026 的陷阱的位置。我了解加载到寄存器中,但我不确定是否将某些内容加载到陷阱向量表中。任何帮助表示赞赏!
您需要做的就是在加载程序之前将陷阱调用作为单独的 .obj 文件加载到模拟器中。
这会为 x26 创建一个新的陷阱调用
.orig x26 .fill x5000 .end
这意味着当您在程序中使用 TRAP x26 时,它将运行您在 x5000 保存的任何代码