rosetta-stone/README.md
lowlevellearning 8e2ad0e8d8 Initial commit
2023-05-19 08:38:45 -04:00

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 []