17 lines
295 B
Text
17 lines
295 B
Text
NAME=asm tabs
|
|
FILE==
|
|
CMDS=<<EOF
|
|
e asm.tabs=8
|
|
e asm.arch=x86
|
|
e asm.bytes=true
|
|
e asm.bits=64
|
|
e asm.comments=false
|
|
e asm.lines.bb=0
|
|
wx 410fb744245883f80c
|
|
pd 2
|
|
EOF
|
|
EXPECT=<<EOF
|
|
0x00000000 410fb7442458 movzx eax, word [r12 + 0x58]
|
|
0x00000006 83f80c cmp eax, 0xc
|
|
EOF
|
|
RUN
|