Increased the default count of disassembly to 100

This commit is contained in:
Jesus Garcia 2021-11-17 13:18:06 -05:00
parent 3e8379d4a5
commit fe239a1e94

View file

@ -40,7 +40,7 @@ short mem_cmd_dump(short channel, int argc, char * argv[]) {
short mem_cmd_dasm(short channel, int argc, char * argv[]) {
unsigned long address = 0;
long count = 100;
long count = 1000;
long i;
TRACE("mem_cmd_dasm");