9 command reference, 1 command list, Pe (program memory enter) pf (program memory fill) – Epson S5U1C63000A User Manual

Page 171

Advertising
background image

CHAPTER 8: DEBUGGER

S5U1C63000A MANUAL

EPSON

157

(S1C63 FAMILY ASSEMBLER PACKAGE)

8.9 Command Reference

8.9.1 Command List

Table 8.9.1.1 lists the debug commands available with the debugger.

Table 8.9.1.1 Command list

Classification

Command

Function

Page

Program memory

a / as

(assemble)

Assemble mnemonic

159

operation

pe

(program memory enter)

Input program code

161

pf

(program memory fill)

Fill program area

162

pm

(program memory move)

Copy program memory

163

Data memory

dd

(data memory dump)

Dump data memory

164

operation

de

(data memory enter)

Input data

166

df

(data memory fill)

Fill data area

168

dm

(data memory move)

Copy data area

169

dw

(data memory watch)

Set watch data address

170

Option information

od

(option data dump)

Dump option data

172

Register operation

rd

(register display)

Display register values

174

rs

(register set)

Modify register values

175

Program execution

g

(go)

Execute successively

177

gr

(go after reset CPU)

Reset CPU and execute successively

179

s

(step)

Step into

180

n

(next)

Step over

182

CPU reset

rst

(reset CPU)

Reset CPU

183

Break

bp

(breakpoint set)

Set breakpoint

184

bc / bpc

(breakpoint clear)

Clear breakpoint

186

bd

(data break)

Set data break

187

bdc

(data break clear)

Clear data break

189

br

(register break)

Set register break

190

brc

(register break clear)

Clear register break

192

bs

(sequential break)

Set sequential break

193

bsc

(sequential break clear)

Clear sequential break

195

bsp

(break stack pointer)

Specify stack area (for illegal stack access detection)

196

bl

(breakpoint list)

Display all break conditions

198

bac

(break all clear)

Clear all break conditions

199

Program display

u

(unassemble)

Unassemble display

200

sc

(source code)

Source display

202

m

(mix)

Mix display

204

Symbol information

sy

(symbol list)

List symbols

206

Load file

lf

(load file)

Load IEEE-695 format absolute object file

207

lo

(load option)

Load Motorola-S format file

208

Flash memory

lfl

(load from flash memory)

Read from flash memory

209

operation

sfl

(save to flash memory)

Write to flash memory

211

efl

(erase flash memory)

Erase flash memory

213

Trace

tm

(trace mode)

Set trace mode

214

td

(trace data display)

Display trace information

216

ts

(trace search)

Search trace information

219

tf

(trace file)

Save trace information into a file

221

Coverage

cv

(coverage)

Display coverage information

222

cvc

(coverage clear)

Clear coverage information

223

Command file

com

(execute command file)

Load & execute command file

224

cmw

(execute command file with wait)

Load/execute command file with execution intervals

225

rec

(record commands to file)

Record commands to a command file

226

Log

log

(log)

Turn log output on or off

227

Map information

ma

(map information)

Display map information

228

Mode setting

md

(mode)

Set mode

229

FPGA operation

xfer/xfers

(xlinx fpga data erase)

Erase FPGA

232

xfwr/xfwrs

(xlinx fpga data write)

Write to FPGA

233

xfcp/xfcps

(xlinx fpga data compare)

Compare FPGA data and file

234

xdp/xdps

(xlinx fpga data dump)

Dump FPGA data

235

Quit

q

(quit)

Quit debugger

236

Help

?

(help)

Display command usage

237

Advertising