pato-z80-home-computer/assembly/README.txt

9 lines
290 B
Plaintext
Raw Normal View History

2020-10-18 14:47:46 +02:00
Compilare assembly:
z80asm -i hd44780_lcd_test_procedure.asm -o rom.bin
Portare binario alla dimensione dell eeprom:
dd if=/dev/zero of=rom.bin bs=1 count=0 seek=8192
Scrivere su EEPROM:
minipro -w rom.bin -p "AT28C64B"
2020-10-24 23:30:50 +02:00
Leggere EEPROM:
minipro -r rom_read.bin -p "AT28C64B"