Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitfede/x86assembly-selfstudy

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.
https://github.com/bitfede/x86assembly-selfstudy

Last synced: 18 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

#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'