Skip to content

This is just me playing around trying to understand nasm x86_64 assembly

Notifications You must be signed in to change notification settings

JJoeDev/odd_even

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

odd_even

This is just me playing around trying to understand nasm x86_64 assembly

To run simply make sure nasm and ld is installed on your linux system

run

nasm -f elf64 -o odd_even.o odd_even.asm

ld -o odd_even odd_even.o

./odd_even

About

This is just me playing around trying to understand nasm x86_64 assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published