rizin/test/db/formats/spc700
Florian Märkl bedcf6f354
Add indicator to oml for which map is visible at seek (#2409)
There may be multiple maps containing the current seek. This indicates
only the highest-priority one, which is also the one whose data is
visible at the seek address.
2022-03-14 08:59:40 +01:00

28 lines
530 B
Text

NAME=SPC700: Open/iI
FILE=bins/spc700/bin.spc
CMDS=iI~machine[1]
EXPECT=<<EOF
SPC700
EOF
EXPECT_ERR=
RUN
NAME=SPC700: sections
FILE=bins/spc700/bin.spc
CMDS=iS
EXPECT=<<EOF
paddr size vaddr vsize align perm name type flags
-----------------------------------------------------------------
0x00000100 0x10000 0x00000000 0x10000 0x0 -r-- RAM
EOF
EXPECT_ERR=
RUN
NAME=SPC700: maps
FILE=bins/spc700/bin.spc
CMDS=oml
EXPECT=<<EOF
1 fd: 3 +0x00000100 0x00000000 * 0x0000ffff r-- fmap.RAM
EOF
EXPECT_ERR=
RUN