/rom
- ca65 source.s
- ld65 -C mem.cfg source.o
- hexdump -C a.out
- minipro -p AT28C256 -w a.out
make - compile, link and display file content
make write - compile, link and send output to programmer
to target a file other than main.s use...
make write f=tests/1_basic.s
/rom/tests - contains simple assembly programs that allow each part of the circuitry to be tested as it's being put together.
/src
Used to view the contents of the data & address buses along with the cpu r/w flag on each clock pulse.
minicom -b 19200 -D /dev/ttyUSB0
or
screen /dev/ttyUSB0 19200
Assembler / Linker - https://cc65.github.io
Rom Flash - https://gitlab.com/DavidGriffith/minipro