mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
18 lines
213 B
Plaintext
18 lines
213 B
Plaintext
NAME=aex 40 (aka INC)
|
|
FILE=-
|
|
ARGS=-a x86 -b32
|
|
EXPECT=<<EOF
|
|
0x00000002
|
|
EOF
|
|
CMDS=ar eax=1;aex 40;ar eax
|
|
RUN
|
|
|
|
NAME=aex 48 (aka DEC)
|
|
FILE=-
|
|
ARGS=-a x86 -b32
|
|
EXPECT=<<EOF
|
|
0x00000003
|
|
EOF
|
|
CMDS=ar eax=4;aex 48;ar eax
|
|
RUN
|