Commit graph

4 commits

Author SHA1 Message Date
Peter Weingartner 8a1c5ae23c Rearranged cli parameters and fixed linker issue
Broke out parameters into a string array a la standard C. Also figured out an issue with the linker due to non-word alignment on some code segments that would break the system every now and then.
2021-09-25 17:26:23 -04:00
Peter Weingartner 706313fed2 LOAD
Started a LOAD routine and command. Currently only supports plain files and Motorola SREC hex files (untested).
2021-09-24 19:49:13 -04:00
Peter Weingartner 07a2a26a6b TYPE command, fsys issues
Added TYPE command and fixed some fsys issues.
2021-09-24 12:05:45 -04:00
Peter Weingartner 52f1882a25 More syscalls and CLI beginning
Added more syscalls. Started the command line utility.
2021-09-19 19:16:41 -04:00