Small programs written in Assembler x86 IA-32 AT&T syntax
-
Updated
Jul 25, 2021 - Assembly
Small programs written in Assembler x86 IA-32 AT&T syntax
x86_64 AT&T Assembly Interpreter with Linux syscall emulation for Windows
Alocador de memória escrito em assembly x86-64 (GNU as, sintaxe AT&T) que pede memória ao Linux direto pela syscall brk: cabeçalho de 16 bytes por bloco, lista implícita, divisão de bloco livre — em duas versões que diferem só na política de escolha, first-fit e worst-fit, cada uma com sua bateria de testes em C.
A low-level memory allocator simulator written in x86 Assembly (AT&T syntax). Features contiguous allocation, block management, and defragmentation for 1D and 2D memory spaces.
basic emulation frame, with purpose to support optimized context switch on parallel.
AT&T syntax assembly converter to Intel syntax
x86-64 Linux Assembly Examples/Challenges
To associate your repository with the att-syntax topic, visit your repo's landing page and select "manage topics."