Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bitfede/x86assembly-selfstudy
- Owner: bitfede
- Created: 2016-07-18T01:37:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T20:19:31.000Z (over 8 years ago)
- Last Synced: 2024-11-20T23:19:24.561Z (3 months ago)
- Language: Assembly
- Homepage:
- Size: 47.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'