Description Register window periodically shows the status of the CPU register during SSBug user program execution Can be displayed in the dough. This setting is done by the SCOPE command. Specify the following character string in arg. ON Turns the display on OFF Turns the display off When omitted, the current setting status is displayed.
Description Lists the CPU register values.
Description Sets the value expr in the CPU register reg. This command does not add a period to the register name.
Description Dumps the specified address range range. DB DW DL commands are byte display, word display and longword display respectively. Change the default display size to byte, word, or longword. The D command is displayed in the default display size. SSBug can also display words and longwords from odd addresses. The For range, both from and to can be omitted. When from is omitted, D, DB, DW, This is the next address after one of the DL commands is completed. When to is omitted from + $ 7F.
Description Fill address range range with data expr. Fill is to fill up. FB FW FL Commands are byte, word, and longword operations, respectively. Change is to byte, word or longword. F command fills with default fill size.