clean: removed old files from lwtools era

This commit is contained in:
2024-11-21 18:12:39 -06:00
parent ed135ef614
commit 66c2df04c9
3 changed files with 0 additions and 16 deletions

View File

@@ -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

View File

@@ -1,3 +0,0 @@
section code load 8000
pad 8000
section vectors load 0FFF0

View File

@@ -1,10 +0,0 @@
# Dev environment
USE:
- [lwtools](http://www.lwtools.ca/)
- [f9dasm](https://github.com/Arakula/f9dasm)
lwtools uses lwasm
f9dasm uses f9dasm