Initial commit.

This commit is contained in:
sorgelig
2018-08-16 05:21:32 +08:00
commit a1d17ed38a
116 changed files with 31804 additions and 0 deletions

7
src/loader_fat32/make.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
rm loader.bin
rm loader.hex
./sjasmplus loader.asm
./bin2hex.py --binaries=0,loader.bin