asm
-
- x86 assemby http server
- beats nginx
-
- The intent of this wiki is to teach assembler programmers the various techniques used to create tiny [demoscene] intros
- "Enter the Matrix" screensaver in only 8 bytes.
Processor instruction set
- [6502] for a good first assembly platform
- [z80]
- How many x86 instructions are there?
https://store.steampowered.com/app/370360/TIS100/ Memories (music demo wiki)
https://blog.nindalf.com/posts/factorio-and-software-engineering/
https://gpfault.net/posts/asm-tut-0.txt.html
-
Compiler Explorer: Matt Godbolt - Web based - See C code and compiled ASM (x86/Arm/riskV)
- It highlights with colors what parts of the C code is turned into the ASM bits
-
disassembled and commented source code for the 1982 Commodore 64 port of Gridrunner - documented process #reverse-engineering
-
Reversing for dummies - x86 assembly and C code (Beginner/ADHD friendly) #reverse-engineering [c]
-
Blinkenlights - is a command line debugger that focuses on visualizing how software changes memory