feat: half digit
feat: compile with debug options
This commit is contained in:
parent
3d14cbf731
commit
a3cf6f2760
2 changed files with 99 additions and 2 deletions
4
compile
4
compile
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
as main.s -o main.o
|
||||
gcc main.o -o main -nostdlib -static
|
||||
as main.s -g -o main.o
|
||||
gcc main.o -g -o main -nostdlib -static
|
||||
./main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue