Skip to content
/ ASM Public

Learning Course: Assembly Programming in Linux

Notifications You must be signed in to change notification settings

0xCardinal/ASM

Repository files navigation

ASM

Learning Course: Assembly Programming in Linux

Exec Instructions

nasm -f elf filename.asm
|
--filename.o

Loading the object file for executions,
ld -m elf_i386 -o exec_name filename.o
|
-- exec_name (executable file)

./exec_name - to run the program for proper output

About

Learning Course: Assembly Programming in Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published