Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Call a C preprocessor macro multiple times (through a variable)

c assembly macros

What memory is impacted using the location counter in linker script?

Comment syntax ambiguity under GAS ARM target

assembly arm gnu-assembler

What is .zero in GNU gas?

assembly gnu-assembler

Why is this jump instruction so expensive when performing pointer chasing?

When to use EXTERNDEF with ABS in MASM?

assembly x86 masm

Memory argument of VMOVDQU partially out of allocated range

Is it possible to implement subroutine call without a stack nor indirect addressing?

Returning a struct in SystemV ABI

MIPS assembly: big and little endian confusion

assembly mips

USB hard disk emulation cause a disk read to fail (BIOS int 13)?

Is there any way to save registers before jumping into function?

Jump out of range solutions and how different instructions affect range

assembly x86-16

where is it documented that global array in C, compiled by gcc, is initialized like "copy-on-write"?

c assembly gcc

How to read/pronounce a MIPS load-byte instruction in English?

Why should prefetch queue be invalidated after entering protected mode?

gcc using `lea` instead of `add`

MIPS program is Not working Error: Symbol exit not found in the table

assembly mips

What happens in the following assembly commands?

assembly x86 dos

Returning a value in x86 assembly language

assembly x86