X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=s51%2Fcommands;fp=s51%2Fcommands;h=aba65cd0f5b3de8ecd56c5ada56e7a68db5a843e;hp=0000000000000000000000000000000000000000;hb=17d2432a8b9c15963cd3b821f025ad33972ef477;hpb=210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7 diff --git a/s51/commands b/s51/commands new file mode 100644 index 00000000..aba65cd0 --- /dev/null +++ b/s51/commands @@ -0,0 +1,60 @@ +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:"