Illegal op code not recognized by the CPU in assembly because of IRET operation

前端 未结 0 913
悲哀的现实
悲哀的现实 2020-12-15 06:03
jmp START
jmp EXCEPTIONHANDLING

START:
sti
out 08
jmp START

EXCEPTIONHANDLING:
iret


end

This produces this error: Illegal op code not recognized

相关标签:
回答
  • 消灭零回复
提交回复
热议问题