TABLE 3. Buffalo Monitor Commands
ASM [<address>] | Assembler/Disassembler |
BF <addr1> <addr2> <data> | Block fill memory with data |
BR | Breakpoint set |
BULK | Bulk erase EEPROM |
BULKALL | Bulk erase EEPROM + CONFIG register |
CALL [<address>] | Execute subroutine |
G [<address>] | Execute program |
HELP | Display monitor commands |
LOAD T | Download |
MD [<addr1> [<addr2>]] | Dump memory to terminal |
MM [<address>] | Memory modify |
MOVE <addr1> <addr2> [,dest>] | Move memory to new location |
P | Proceed/continue from breakpoint |
RM[p,y,x,a,b,c,s,] | Register modify |
T [<n>] | Trace |
VERIFY T | Compare memory to download data via terminal |
NOTE
∙Address and data values should be given in Hex notation, for example: asm 2bf0
∙See the buffalo monitor users guide (on disk) for more information.
20