Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.
/ funwithassembly Public archive

A collection of fun/interesting assembly and C programs

Notifications You must be signed in to change notification settings

icasdri/funwithassembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun With Assembly

A collection of fun/interesting assembly programs and C programs that call into assembly for Linux x86_64.

Assembling/Building

Build and link *.asm files with

nasm -f elf64 example.nasm -o example.o
ld example.o -o example

Build and link *.c file as usual

gcc example.c -o example

About

A collection of fun/interesting assembly and C programs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published