mirror of
https://github.com/lowlevellearning/rosetta-stone.git
synced 2025-09-08 19:47:43 -04:00
458 B
458 B
The ASM Rosetta Stone
This respository contains the ASM Rosetta Stone, a small snippet of C that you can use to learn a new assembly variant in a short amount of time.
Checklist
- registers
- names []
- width []
- stack memory
- how is it used []
- prolouge, epilouge []
- calling conventions
- arguments []
- return value []
- return address []
- control flow
- branching []
- conditional branches[]
- calls []
- syscall interface []