Skip to content

I'm currently dedicating some time to learn assembly language. I think is essential for a programmer to understand the underlying mechanisms of program execution. I'm following the book "Programming from the ground up" by Jonathan Bartlett.

Notifications You must be signed in to change notification settings

bitfede/x86assembly-selfstudy

Repository files navigation

#x86 Assembly self-study

Hello! Here I will be posting the code and thoughts I'll be writing during this amazing learning experience in low-level programming.

I commented every source files so you can appreciate everything that happens at machine instruction level.

The source files are the ones ending in '.s'

About

I'm currently dedicating some time to learn assembly language. I think is essential for a programmer to understand the underlying mechanisms of program execution. I'm following the book "Programming from the ground up" by Jonathan Bartlett.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published