Program Display; U (Unassemble) - Epson S5U1C63000A User Manual

Cmos 4-bit single chip microcomputer manual
Table of Contents

Advertisement

CHAPTER 8: DEBUGGER

8.9.10 Program Display

u
(unassemble)
Function
This command displays a program in the [Source] window after unassembling it. The display con-
tents are as follows:
• Program memory address
• Object code
• Unassembled contents of the program
Format
>u [<address>]
<address>: Start address for display; hexadecimal or symbol (IEEE-695 format only)
Condition: 0
address
Display
(1) When [Source] window is opened
If <address> is not specified, display in the [Source] window is changed to the unassemble display
mode. If <address> is specified, display in the [Source] window is changed to the unassemble display
mode. At the same time, code is displayed beginning with <address>.
(2) When [Source] window is closed
The 16 lines of unassembled 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 (displayed in the [Register]
window). If <address> is specified, the display begins with <address>.
>u
ADDR
CODE
UNASSEMBLE
0110
094B
ldb
0111
1FC4
ldb
0112
091F
ldb
0113
1FC6
ldb
:
:
011E
1FFF
*nop
011F
1FFF
*nop
>
200
(direct input mode)
last program memory address
%ba,0x4b
%sp1,%ba
%ba,0x1f
%sp2,%ba
:
:
EPSON
(S1C63 FAMILY ASSEMBLER PACKAGE)
S5U1C63000A MANUAL

Advertisement

Table of Contents
loading

Table of Contents