Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anosuplayer/assemblycollection
My collection of x86-64 GAS/AT&T Assembly programs.
https://github.com/anosuplayer/assemblycollection
assembly assembly-language assembly-x86 assembly-x86-64 challenges coding-challenges examples exercises snippets
Last synced: 26 days ago
JSON representation
My collection of x86-64 GAS/AT&T Assembly programs.
- Host: GitHub
- URL: https://github.com/anosuplayer/assemblycollection
- Owner: anOsuPlayer
- Created: 2024-01-17T10:45:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T20:17:29.000Z (10 months ago)
- Last Synced: 2024-11-11T23:35:47.638Z (3 months ago)
- Topics: assembly, assembly-language, assembly-x86, assembly-x86-64, challenges, coding-challenges, examples, exercises, snippets
- Language: Assembly
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assembly Collection
A collection of various mini-projects coded in x86-64 GAS/AT&T Assembly.There is no specific topic which these snippets follow strictly: it's just a _collection_ containing various experiments with Assembly code in hope to help someone trying to approach to this infamous language.
All the code was created and executed functionally on _Windows 11 and Windows 10_. As of now, there are no snippets designed to work on Linux and/or MacOS. Although the differences are not many, they are enough to compromise any cross-OS attempt of executing the code (in case any .s file were to be re-compiled into a non-MS, platform dependent executable).
Besides covering some very basic operations, some bigger mini-projects are included as well; this may also help by offering some valid examples of how said basic mechanics are applied to more complex schemes and projects.
Every Assembly snippet has been compiled using _as.exe_ and linked creating an executable using _gcc.exe_.