Refactored all plugins to use get_reg_profile instead, which simply returns the register profile instead of applying it as a side-effect.
19 lines
239 B
Text
19 lines
239 B
Text
NAME=h8300 regs
|
|
FILE=
|
|
CMDS=<<EOF
|
|
e asm.arch=h8300
|
|
ar
|
|
EOF
|
|
EXPECT=<<EOF
|
|
r0 = 0x00000000
|
|
r1 = 0x00000000
|
|
r2 = 0x00000000
|
|
r3 = 0x00000000
|
|
r4 = 0x00000000
|
|
r5 = 0x00000000
|
|
r6 = 0x00000000
|
|
r7 = 0x00000000
|
|
pc = 0x00000000
|
|
ccr = 0x00000000
|
|
EOF
|
|
RUN
|