M (mix), Lo (load option) – Epson S5U1C63000A User Manual

Page 218

Advertising
background image

CHAPTER 8: DEBUGGER

204

EPSON

S5U1C63000A MANUAL

(S1C63 FAMILY ASSEMBLER PACKAGE)

m

(mix)

Function

This command displays the unassembled result of the program and the contents of the program
source file in the [Source] window. The display contents are as follows:
• Line number
• Program memory address
• Object code
• Unassembled contents of the program
• Source code

Format

>m [<address>]

(direct input mode)

<address>: Start address for display; hexadecimal or symbol (IEEE-695 format only)
Condition: 0

address

last program memory address

Display

(1) When [Source] window is opened

If <address> is not specified, display in the [Source] window is changed to the mix (unassemble &
source) display mode. If <address> is specified, display in the [Source] window is changed to the mix
(unassemble & source) display mode. At the same time, code is displayed beginning with <address>.

(2) When [Source] window is closed

The 16 lines of mix display are produced 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>.

>m

0110 094b ldb ba,4b ldb %ba,SP1_INIT_ADDR
0111 1fc4 ldb sp1,ba ldb %sp1,%ba
0112 091f ldb ba,1f ldb %ba,SP2_INIT_ADDR
0113 1fc6 ldb sp2,ba ldb %sp2,%ba
0114 08fe ldb ext,fe (+) ldb ext,fe
0115 02ea calr ea calr INIT_RAM_BLK1
LOOP:
0116 08fe ldb ext,fe (*) ldb %ext,INC_RAM_BLK1@rh
0117 02ef calr ef calr INC_RAM_BLK1@rl
(-) ldb %ext,LOOP@rh

: : : : : : :

Advertising