Explore >> Select a destination


You are here

blog.xenoscr.net
| | shellsharks.com
3.9 parsecs away

Travel
| | An introduction to x86 Intel assembly.
| | www.timdbg.com
3.4 parsecs away

Travel
| | [AI summary] This article provides an introduction to reading x86 assembly language, emphasizing its importance for understanding how programs operate at a fundamental level. It covers the basics of assembly syntax, common instructions, and practical tools for reading and analyzing assembly code. The author explains that while assembly is often viewed as complex, it's actually more approachable than many believe, especially for debugging and reverse engineering tasks. The article also highlights the differences between Intel and AT&T syntax, the structure of assembly instructions, and the role of registers and memory addressing in x86 architecture.
| | www.cs.virginia.edu
3.8 parsecs away

Travel
| | [AI summary] This comprehensive guide explains the fundamentals of 32-bit x86 assembly language programming, including registers, memory addressing, instructions, and calling conventions.
| | zenodo.org
20.1 parsecs away

Travel
| This artifact accompanies our paper AST vs. Bytecode: Interpreters in the Age of Meta-Compilationto enable others to reuse our experimental setup and methodology, and verify our claims. Specifically, the artifacts covers our three contributions: It contains the implementation of our methodology to identify run-timeperformance and memory usage tradeoffs between AST and bytecode interpreters. Thus, it contains all benchmarks and experiments for reproduction of results,and reuse for new experiments, as well...