1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-19 22:18:07 +00:00
bddisasm/bddisasm_test/x86/special/cr8_32.asm

8 lines
180 B
NASM
Raw Normal View History

2020-07-21 08:19:18 +00:00
bits 32
; These should operate on CR8, as per AMD hack to make CR8 accessible outside long mode.
db 0xF0
mov eax, cr0
db 0xF0
mov cr0, eax