https://github.com/alaanvv/assembly
Assembly codes and notes
https://github.com/alaanvv/assembly
assembly
Last synced: about 1 month ago
JSON representation
Assembly codes and notes
- Host: GitHub
- URL: https://github.com/alaanvv/assembly
- Owner: alaanvv
- Created: 2023-08-15T00:43:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-14T22:01:53.000Z (8 months ago)
- Last Synced: 2025-10-15T02:14:18.702Z (8 months ago)
- Topics: assembly
- Language: Assembly
- Homepage:
- Size: 38.1 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)
- [MIPS Instruction Set](https://jarrettbillingsley.github.io/teaching/classes/cs0447/guides/instructions.html)
- [MIPS Syscalls](https://dpetersanderson.github.io/Help/SyscallHelp.html)
## 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