summaryrefslogtreecommitdiff
path: root/avr/cmd_loadcpm3.c
Commit message (Collapse)AuthorAge
* aval_arg() for all commandsLeo C2016-06-21
|
* Rename getenv_char() --> getenv_str()Leo C2016-06-17
|
* loadcpm3(): set environment variable 'cpm3_scb' with base of scb (physical ↵Leo C2016-06-01
| | | | address)
* Get common_base from cpm3.sys file. Update default environment (BOOTCMD)hexrel-6.6Leo C2016-05-17
|
* Rename getenv() to getenv_char()Leo C2016-03-21
| | | | getenv() is declared in some avr-libc versions.
* change common base from C000 to F000. loadcpm3 bugfixesLeo C2015-06-12
|
* loadcpm3 for new memory mapLeo C2015-06-09
|
* switch fifos conin,conouthexrel-6.2Leo C2015-06-01
|
* fatfs f_mount now allways done globally at start upLeo C2015-05-15
|
* Add CP/M 3 file i/o (initial version)Leo C2015-05-14
|
* New command 'loadcpm3' - load 'CPM3.SYS' file. setenv() bugfixLeo C2015-05-06
Arg 1 of function setenv() is a __MEMX pointer on AVR.