5 lines
123 B
Makefile
5 lines
123 B
Makefile
bios:
|
|
z80asm -i main.asm -o rom.bin
|
|
dd if=/dev/zero of=rom.bin bs=1 count=0 seek=8192
|
|
minipro -w rom.bin -p "AT28C64B"
|
|
|