checking in all chnages, including todays play with gnu-as
This commit is contained in:
7
gnu-asm/hello1/run.sh
Executable file
7
gnu-asm/hello1/run.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
as --64 -o hello.o hello.s
|
||||
ld -o hello hello.o
|
||||
cp hello hello.stripped
|
||||
strip --strip-all hello.stripped
|
||||
./hello.stripped
|
||||
|
||||
Reference in New Issue
Block a user