mirror of
https://github.com/UzixLS/TSConf_MiST.git
synced 2025-07-18 14:51:25 +03:00
8 lines
100 B
Bash
8 lines
100 B
Bash
#!/bin/sh
|
|
|
|
rm loader.bin
|
|
rm loader.hex
|
|
./sjasmplus loader.asm
|
|
./bin2hex.py --binaries=0,loader.bin
|
|
|