Trying to obtain fixed position system calls. Not working ATM

This commit is contained in:
Daniele Verducci su MatissePenguin
2020-12-29 23:28:30 +01:00
parent c21462e52f
commit b1f9788772
6 changed files with 105 additions and 87 deletions

View File

@ -1,6 +1,8 @@
bios:
@echo "Building PAT80 rom..."
@z80asm -i main.asm -o rom.bin
@z80asm -i main.asm -o rom.bin || (exit 1)
@echo "Generating label lookup table..."
@z80asm -i main.asm -o rom.bin -L 2>&1 | grep "Sys_" > rom.label
@echo "PAT80 Rom size:"
@du -h rom.bin
@echo "Stretching rom to EEPROM size..."