Explore >> Select a destination


You are here

gist.github.com
| | github.com
3.1 parsecs away

Travel
| | Python 3 bridge to Ghidra's Python scripting. Contribute to justfoxing/ghidra_bridge development by creating an account on GitHub.
| | www.gabriel.urdhr.fr
3.8 parsecs away

Travel
| |
| | 3.70.187.24
3.2 parsecs away

Travel
| |
| | mcyoung.xyz
19.4 parsecs away

Travel
| [AI summary] The article provides an in-depth exploration of computer architecture and assembly language, focusing on the RISC-V Instruction Set Architecture (ISA). It covers fundamental concepts such as machine words, registers, and the role of assembly language as a human-readable representation of machine instructions. The text explains how programs are structured using instructions, labels, and directives, and categorizes instructions into arithmetic, memory, control flow, and miscellaneous types. It also delves into the calling convention, which defines how functions are called and how data is passed between them, and highlights the importance of maintaining the call stack illusion. The article further discusses the practical implications of these conce...