1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-01 20:08:09 +00:00
bddisasm/bddisasm_test/special/cr8_32.asm
Andrei Vlad LUTAS 698ba367a1 Initial commit.
2020-07-21 11:19:18 +03:00

8 lines
180 B
NASM

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