]> andersk Git - udis86.git/blob - tests/testobscure.asm
new docbook/xml documentation, updated webpage
[udis86.git] / tests / testobscure.asm
1
2         db 0xd1, 0xf6           ; shl Ev, 0x1
3         db 0xd0, 0xf6           ; shl Eb, 0x1
4         db 0xd9, 0xd9           ; fstp1 st1
5         db 0xdc, 0xd0           ; fcom2
6         db 0xdc, 0xd8           ; fcomp3
7         db 0xdd, 0xc8           ; fxch4
8         db 0xde, 0xd1           ; fcomp5
9         db 0xdf, 0xc3           ; fxch7
10         db 0xdf, 0xd0           ; fstp8
11         db 0xdf, 0xd8           ; fstp9
12         
This page took 0.062344 seconds and 5 git commands to generate.