Assembly-List
Assembly List
- 2022-A Gentle Introduction to Assembly Language Programming》📚: This textbook provides a gentle introduction to assembly language programming. What makes this introduction “gentle” is that it assumes the reader is already comfortable with C or C++ coding. We use this assumed knowledge to bridge backward towards the low level ISA (Instruction Set Architecture).
OpenSource
- Voltron: is an extensible debugger UI toolkit written in Python。