summaryrefslogtreecommitdiff
path: root/cctools/s51/commands
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-08-18 12:40:24 -0700
committerKeith Packard <keithp@keithp.com>2009-08-18 12:40:24 -0700
commit9789ca5e8caa9a013e804f307b9da380e147bd75 (patch)
tree0bba9fdba9d761d0ead763ab593bc51d1658a693 /cctools/s51/commands
parenta5782398d968e7cb11f7203afada7c216f233b3b (diff)
Rename tools to ao-<foo>
Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'cctools/s51/commands')
-rw-r--r--cctools/s51/commands60
1 files changed, 0 insertions, 60 deletions
diff --git a/cctools/s51/commands b/cctools/s51/commands
deleted file mode 100644
index aba65cd0..00000000
--- a/cctools/s51/commands
+++ /dev/null
@@ -1,60 +0,0 @@
-Listens on port 9756 for a command stream.
-
-Dump commands:
- di <start> <end> - dump imem
- ds <start> <end> - dump sprs
- dx <start> <end> - dump xaddr
-
- Returns a string of hex pairs, each preceded by a space,
- with 8 pairs per line
-
-Memory access commands:
- set mem <prefix> <start> <end>
- dump <prefix> <start> <end>
-
- <prefix> is one of:
-
- xram - external ram or external stack
- rom - code space
- iram - internal ram or stack
- sfr - special function register
-
-
- dump <addr>
- set bit <addr>
-
- bit addressable space
-
-Set PC:
-
- pc <addr>
-
- Sets PC to specified address
-
- pc
-
- Returns current PC
-
-Breakpoints
-
- break <addr>
- clear <addr>
-
-Load a file
-
- file "<filename>"
-
-Execution control:
-
- run <start> - run starting at <start>
- run <start> <stop> - set temporary bp at <stop>
- run - continue
- next - step over calls(?)
- step - step one instruction
-
- reset - reset the simulator
- res - synonym?
-
-Error messages:
-
- start with "Error:"