Skip to content

rmoswela/assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

assemblyPlayground

This repo contains asm source file I wrote while learning assembly IA-32

compilation for mac and linux

nasm -f (elf64, elf / macho64, macho) sourceFile

linking 32bit

ld -m elf_i386 -s -o executableName objectFileName

linking 64bit

ld -o executableName objectFileName

About

This repo contains asm source files I wrote while learning assembly IA-32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors