3 lines
67 B
Batchfile
3 lines
67 B
Batchfile
|
gcc -c main.s -o main.o
|
||
|
hexdump main.o
|
||
|
objdump -D main.o > main.asm
|