summaryrefslogtreecommitdiff
path: root/avr/cmd_mem.c
Commit message (Expand)AuthorAge
* Version 0.6.8.1hexrel-6.8.1Leo C2016-06-21
* Enable expression evaluation for numeric command line argsLeo C2016-06-21
* Add verbose and xtrace options to cliLeo C2016-06-21
* Bugfix: reset getopt vars on start of a new argument lineLeo C2016-06-04
* mw command: add word and longword optionsLeo C2016-05-23
* Store only command line input in history buffer, but not data (i.e mm command)Leo C2016-04-22
* Handle bus errors in md commandLeo C2016-03-23
* switch fifos conin,conouthexrel-6.2Leo C2015-06-01
* New memory test commands, loadi updates. Needs testingLeo C2015-04-22
* Add copyright noticeLeo C2014-12-16
* Timeout for Z180 bus accessLeo C2014-11-25
* Add display offset to dump_mem()Leo C2014-11-21
* One dump_mem() for all memory types (avr eeprom and ram, z180 ram)Leo C2014-11-21
* include cleanupLeo C2014-10-23
* Code reorg and cleanupLeo C2014-10-15
* Programmable Z180 clock, clock commandhexrel-2Leo C2014-09-08
* printf() --> printf_P(PSTR())Leo C2014-08-21
* enum command_ret_t --> typedefLeo C2014-08-20
* Rework z80 bus controlLeo C2014-08-19
* Command 'go <startaddr>' works nowLeo C2014-08-18
* Add memory commands (cmp, cp, md, mm, mw, nm)Leo C2014-08-13