Assembler-x86-32-AT-T
Small programs written in Assembler x86 IA-32 in AT&T syntax
To assemble:
as --32 filename.s -o filename.o
Linker:
ld -m elf_i386 filename.o
To execute:
./a.out or gdb a.out
to get gdb on Linux:
sudo apt install gdb
-
Notifications
You must be signed in to change notification settings - Fork 4
anathonic/Assembly-x86-32-ATT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Small programs written in Assembler x86 IA-32 AT&T syntax
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published