mirror of
https://github.com/UzixLS/TSConf_MiST.git
synced 2025-07-18 23:01:37 +03:00
Initial commit.
This commit is contained in:
7
src/loader_fat32/make.sh
Normal file
7
src/loader_fat32/make.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm loader.bin
|
||||
rm loader.hex
|
||||
./sjasmplus loader.asm
|
||||
./bin2hex.py --binaries=0,loader.bin
|
||||
|
Reference in New Issue
Block a user