First os version with ABI number and working system calls

This commit is contained in:
Daniele Verducci su MatissePenguin
2020-12-30 19:58:32 +01:00
parent b1f9788772
commit ef58b417e6
12 changed files with 81 additions and 49 deletions

View File

@ -2,7 +2,7 @@ bios:
@echo "Building PAT80 rom..."
@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
@z80asm -i main.asm -o rom.bin -L 2>&1 | grep "Sys_" > abi-generated.asm
@echo "PAT80 Rom size:"
@du -h rom.bin
@echo "Stretching rom to EEPROM size..."