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/x86/prefetchit/prefetchit_32.asm

4 lines
191 B

bits 32
db 0x0F, 0x18, 0x38 ; NOP dword ptr [eax]
db 0x0F, 0x18, 0x3D, 0x90, 0x90, 0x90, 0x90 ; NOP dword ptr [0x90909090]