From 9789ca5e8caa9a013e804f307b9da380e147bd75 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Aug 2009 12:40:24 -0700 Subject: Rename tools to ao- Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard --- cctools/s51/commands | 60 ---------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 cctools/s51/commands (limited to 'cctools/s51/commands') 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 - dump imem - ds - dump sprs - dx - dump xaddr - - Returns a string of hex pairs, each preceded by a space, - with 8 pairs per line - -Memory access commands: - set mem - dump - - is one of: - - xram - external ram or external stack - rom - code space - iram - internal ram or stack - sfr - special function register - - - dump - set bit - - bit addressable space - -Set PC: - - pc - - Sets PC to specified address - - pc - - Returns current PC - -Breakpoints - - break - clear - -Load a file - - file "" - -Execution control: - - run - run starting at - run - set temporary bp at - run - continue - next - step over calls(?) - step - step one instruction - - reset - reset the simulator - res - synonym? - -Error messages: - - start with "Error:" -- cgit v1.2.3