Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jotavare/x86-assembly-nasm
Explored x86 assembly programming using NASM, dived into low-level coding and discovered the inner workings of computer hardware and software.
https://github.com/jotavare/x86-assembly-nasm
assembly binary nasm processor-architecture processor-modes registers x86-64
Last synced: 16 days ago
JSON representation
Explored x86 assembly programming using NASM, dived into low-level coding and discovered the inner workings of computer hardware and software.
- Host: GitHub
- URL: https://github.com/jotavare/x86-assembly-nasm
- Owner: jotavare
- License: mit
- Created: 2024-04-29T22:59:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T23:59:04.000Z (7 months ago)
- Last Synced: 2024-11-08T23:33:32.500Z (2 months ago)
- Topics: assembly, binary, nasm, processor-architecture, processor-modes, registers, x86-64
- Language: Assembly
- Homepage: https://jotavare.github.io/x86_assembly_nasm/
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ABOUT
Having previously learned `C` and `C++`, I've always been intrigued by `Assembly`.
Here, I will upload my `x86 Assembly` files but, for a clearer and more organized view of my documentation progress, thoughts and references, check my project [documentation](https://jotavare.github.io/x86_assembly_nasm).
Another project I want to do after learning the basics of `Assembly` is to redo my [Libft](https://github.com/jotavare/libft) and convert all functions from `C` to `x86 Assembly`, or at least try to. My progress will be available [here](https://github.com/jotavare/libft-x86-assembly).
## CONTRIBUTING
If you find any issues or have suggestions for improvements, feel free to fork the repository and open an issue or submit a pull request.
## LICENSE
This project is available under the MIT License. For further details, please refer to the [LICENSE](https://github.com/jotavare/x86-assembly-nasm/blob/main/LICENSE) file.