Df (Data Memory Fill) - Epson S5U1C63000A User Manual

Cmos 4-bit single chip microcomputer manual
Table of Contents

Advertisement

CHAPTER 8: DEBUGGER
df
(data memory fill)
Function
This command rewrites the contents of the specified data memory area with the specified data.
Format
(1) >df <address1> <address2> <data>
(2) >df
Start address ? <address1>
End address ? <address2>
Data pattern ? <data>
>
<address1>: Start address of specified range; hexadecimal or symbol (IEEE-695 format only)
<address2>: End address of specified range; hexadecimal or symbol (IEEE-695 format only)
<data>:
Write data; hexadecimal
Condition: 0
address1
Examples
Format (1)
>df 200 2ff 0
Format (2)
>df
Start address ? 200
End address ? 2ff
Data pattern ? 0
>
Command execution can be canceled by entering only the [Enter] key and nothing else.
Notes
• Both the start and end addresses specified here must be within the range of the data memory area
available with each microcomputer model.
An error results if the input one is not a hexadecimal number or a valid symbol.
Error : invalid value
An error results if the limit is exceeded.
Error : Address out of range, use 0-0xFFFF
• An error results if the start address is larger than the end address.
Error : end address < start address
• Data must be input using a hexadecimal number in the range of 4 bits (0 to 0xf). An error results if the
limit is exceeded.
Error : Data out of range, use 0-0xF
• Write operation is not performed to the read only address of the I/O area.
• When there is an unused area in the specified address range, no error occurs. The area other than the
unused area will be filled with the specified data.
• When the contents of the data memory is modified using the df command, the displayed contents of
the [Data] window are updated automatically.
GUI utility
None
168
(direct input mode)
(guidance mode)
address2
0xffff, 0
data
... Fills the data memory area from address 0x200 to address 0x2ff with 0x0.
... Start address is input.
... End address is input.
... Data is input.
(no such symbol / symbol type error)
EPSON
0xf
(S1C63 FAMILY ASSEMBLER PACKAGE)
S5U1C63000A MANUAL

Advertisement

Table of Contents
loading

Table of Contents