Skip to content

alexgartrell/assemblyJunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Assembly Junk

This is my collection of random crap I've written in assembly.

So far it includes:

  • helloworld -- how to write an entire "helloworld" program in assembly, but we cheat and use libc for printf
  • atomic -- atomic_* ops. Basically, wrappers for xadd and co.

About

GAS assembly stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages