mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
29 lines
271 B
Plaintext
29 lines
271 B
Plaintext
NAME=asm/callflag
|
|
FILE=-
|
|
EXPECT=<<EOF
|
|
ffd0
|
|
e81c000000
|
|
EOF
|
|
CMDS=<<EOF
|
|
e asm.arch=x86
|
|
f eax=33
|
|
pa call eax
|
|
f test=eax
|
|
pa call test
|
|
EOF
|
|
RUN
|
|
|
|
NAME=asm.assembler
|
|
FILE=-
|
|
EXPECT=<<EOF
|
|
ffd0
|
|
1021
|
|
EOF
|
|
CMDS=<<EOF
|
|
e asm.arch=x86
|
|
pa call eax
|
|
e asm.assembler=java
|
|
pa bipush 33
|
|
EOF
|
|
RUN
|