Skip to content

bencoveney/learning-assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learming Assembly

Goals

  • Learn lower level software concepts.

Project Content

  • /programming_ground_up abandoned - Progress through the book "Programming from the ground up"
  • /ltpwa complete - Progress through the book "Learn to Program with Assembly"
  • /projects/allocator complete "enough"
  • /projects/compiler - coming soon?

Assembly Project Ideas

Useful Commands

# Read ELF
readelf -aW ./hello

# Hex dump
hd ./hello

Misc Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published