rizin/test/db/analysis/gb
Florian Märkl 79a17ef482
Remove RzAnalysisPlugin.set_reg_profile (#2091)
Refactored all plugins to use get_reg_profile instead, which simply
returns the register profile instead of applying it as a side-effect.
2021-12-11 10:18:31 +01:00

17 lines
220 B
Text

NAME=gb regs
CMDS=<<EOF
e asm.arch=gb
ar
EOF
EXPECT=<<EOF
mpc = 0x00000000
sp = 0x00000000
af = 0x00000000
bc = 0x00000000
de = 0x00000000
hl = 0x00000000
mbcrom = 0x00000000
mbcram = 0x00000000
ime = 0x00000000
EOF
RUN