Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 197 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 197 Bytes

Run on linux with intel x86-64 arch.

sudo apt install gcc
as asm1.s -o asm.o
gcc -o asm asm.o -nostdlib -no-pie
./asm

Change asm1.s to any other file to compile any of the three codes.