Уровень 0 · материалов: 3
В данный кластер входят документы, посвященные практическому обучению и техническим аспектам написания кода на языке ассемблера x86 и взаимодействию с памятью.
Общие признаки: низкоуровневое программирование, архитектура x86, управление памятью, системные вызовы
Группа выше: Ассемблер и низкоуровневое программирование
Смысл: The main idea is to provide a practical, beginner-friendly example of x86 assembly programming by implementing a well-known algorithm while explaining the underlying mechanics of memory and system calls.
An educational guide demonstrating how to implement the Sieve of Eratosthenes in x86 Assembly using NASM and C library functions for modern OS compatibility.
Смысл: The text serves as a practical pedagogical bridge between high-level programming and machine-level execution, using the creation of an RPN calculator to teach the fundamental architectural concepts of x86 assembly, memory management, and system interaction.
A detailed technical tutorial that teaches x86 assembly on Linux by guiding the reader through the creation of a Reverse Polish Notation calculator.
Смысл: The text demonstrates a creative and non-standard way to execute code in C by treating a data array as the program's entry point, exploring the intersection of C, Assembly, and Windows memory management.
A technical guide on how to bypass standard C function declarations to execute a 'Hello World' program using an executable integer array containing raw machine opcodes.