You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bddisasm/bddisasm_test/special/cr8_32.asm

8 lines
180 B

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