Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .intel_syntax noprefix
- .section text
- .global _Oa_x64__halt
- .type _Oa_x64__halt, @function
- _Oa_x64__halt:
- cli // Clear all interrupts
- .again:
- hlt // Halt
- jmp .again // Ignore non-maskable interrupts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement