a2audit/floatbus/build
Zellyn Hunter c1664150da Initial commit: floating bus test
- Translated "Have an Apple Split" routine to assembly.
- Created build script to build autorunning floatbus.dsk disk image.
2016-09-12 21:52:46 -04:00

11 lines
395 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
set -x
export ACME="$HOME/gh/acme/ACME_Lib"
cp ../dsk/blank.dsk floatbus.dsk
acme apple_split_1.asm
applecommander -d floatbus.dsk HELLO || echo '(No HELLO to delete)'
applecommander -d floatbus.dsk BHELLO || echo '(No HELLO to delete)'
applecommander -p floatbus.dsk HELLO A < hello.bas.bin
applecommander -p floatbus.dsk BHELLO B 0x6000 < apple_split_1.o