rizin/test/db/cmd/feat_astabs
seanachao a2f8631b6c
Change -, --, = argument and = command meaning (#930)
* Swap = & - R (#615)&(#616)
* Fix R replace =
2021-04-21 16:20:24 +08:00

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