Assembly/compile
Ahmet Kaan GÜMÜŞ a3cf6f2760 feat: half digit
feat: compile with debug options
2024-01-07 03:48:37 +03:00

4 lines
82 B
Bash
Executable file

#!/bin/bash
as main.s -g -o main.o
gcc main.o -g -o main -nostdlib -static
./main