CHAPTER 13 S1C88 FAMILY DEBUGGER
170
EPSON
S5U1C88000C MANUAL II
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
13.9.8 Program Display
u
(unassemble)
Function
This command displays the program in the [Source] window after disassembling it. The display
contents are as follows:
• Physical memory address
• Logical memory address
• Object code
• Unassembled contents of the program
Format
>u [<address>]
↵
(direct input mode)
<address>: Start address for display; hexadecimal or symbol (IEEE-695 format only)
Condition: 0
≤
address
≤
last program memory address (0x7fffff)
Display
(1) When [Source] window is opened
If <address> is not specified, display in the [Source] window is changed to the disassemble display
mode. If <address> is specified, display in the [Source] window is changed to the disassemble display
mode. At the same time, code is displayed beginning with <address>.
(2) When [Source] window is closed
The 16 lines of disassembled result are displayed in the [Command] window. The system then waits
for a command input.
If <address> is not specified, this display begins with the current PC. If <address> is specified, the
display begins with <address>.
>u
↵
P.ADDR L.ADDR CODE UNASSEMBLE
0002AE 00:02AE CF6E00F8 __START: LD SP,#F800h
0002B2 00:02B2 B4FF LD BR,#FFh
0002B4 00:02B4 DD0000 LD [BR:00h],#00h
0002B7 00:02B7 DD020C LD [BR:02h],#0Ch
: : : :
0002CF 00:02CF B200 LD L,#00h
0002D1 00:02D1 C30000 ADD IY,#0000h
>