diff --git a/code/boot/assemble.sh b/code/boot/assemble.sh deleted file mode 100755 index ed9b2b3..0000000 --- a/code/boot/assemble.sh +++ /dev/null @@ -1,3 +0,0 @@ -lwasm --format=srec --output=boot.s19 boot.s -objcopy --input-target=srec --output-target=binary boot.s19 boot.bin -#mot2bin -out boot.bin boot.s19 diff --git a/code/boot/boot.ld b/code/boot/boot.ld deleted file mode 100644 index 35a2b6a..0000000 --- a/code/boot/boot.ld +++ /dev/null @@ -1,3 +0,0 @@ -section code load 8000 -pad 8000 -section vectors load 0FFF0 diff --git a/code/boot/devenvironment.md b/code/boot/devenvironment.md deleted file mode 100644 index 526eb1b..0000000 --- a/code/boot/devenvironment.md +++ /dev/null @@ -1,10 +0,0 @@ -# Dev environment - -USE: - -- [lwtools](http://www.lwtools.ca/) -- [f9dasm](https://github.com/Arakula/f9dasm) - -lwtools uses lwasm - -f9dasm uses f9dasm