colored demo
This commit is contained in:
parent
1bcff515b7
commit
e425464aab
5 changed files with 183 additions and 35 deletions
4
compile.sh
Normal file
4
compile.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
gcc boot.c -o boot.elf &&
|
||||
./boot.elf < $1 > $1.s
|
||||
python3 transcript.py < $1.s > $1.html
|
||||
rm boot.elf
|
Loading…
Add table
Add a link
Reference in a new issue