Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alaanvv/assembly
Assembly codes and notes
https://github.com/alaanvv/assembly
assembly
Last synced: 26 days ago
JSON representation
Assembly codes and notes
- Host: GitHub
- URL: https://github.com/alaanvv/assembly
- Owner: alaanvv
- Created: 2023-08-15T00:43:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-05T12:49:52.000Z (4 months ago)
- Last Synced: 2024-11-17T01:26:14.770Z (3 months ago)
- Topics: assembly
- Language: Assembly
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# I don't know Assembly
I just played [a game](https://store.steampowered.com/app/370360/TIS100/?gclid=CjwKCAjwxOymBhAFEiwAnodBLK_cJQZ8_PAB93PWwDDUWnwDWW6wIREAQII99SLPlPnojmw5HAfVrRoCLNMQAvD_BwE) about and tought twas funny,
so I'll do useless stuff with it, because I'm an
average **Dark Souls** enjoyer
(I don't even know what is possible to do with it)---
## Links
- [Emulator](https://cpulator.01xz.net/?sys=arm-de1soc)
- [Tutorial](https://www.youtube.com/watch?v=gfmRrPjnEw4)
- [Hex / Bin Converter](https://www.rapidtables.com/convert/number/hex-to-binary.html)
- [Conditions with flags](https://azeria-labs.com/wp-content/uploads/2017/03/condition_codes.png.pagespeed.ce.TfjavTnUiW.png)
- [Notes](https://github.com/alaanvv/Assembly/blob/main/notes.md)## Todo (when I can ToT)
- A compiler and a programming language (maybe in 2058)
- An app with a window (is it possible?)
- Something that can interact with dispositives (like in that emulator)
- My own assembler
- Get what commands are passing by my processor and modify it