New posts in assembly

C code loop performance [continued]

Is it possible to execute an x86 assembly sequence from within C#?

What are IN & OUT instructions in x86 used for?

What are SP (stack) and LR in ARM?

Prefetching Examples?

How to access data from Position Independent Code (PIC) in ARM Assembly?

How to calculate time for an asm delay loop on x86 linux?

x86 XOR opcode differences

What does fs:0x30 provide in Linux?

Assembly segmentation fault after making a system call, at the end of my code

64-bit syscall documentation for MacOS assembly

How to access C variable for inline assembly manipulation?

Why is the value of EDX overwritten when making call to printf?

Distinguishing memory from constant in GNU as .intel_syntax

What does the /4 mean in FF /4?

Is it valid to write below ESP?

x86-32 / x86-64 polyglot machine-code fragment that detects 64bit mode at run-time?

Can x86 reorder a narrow store with a wider load that fully contains it?

Graphics mode in assembly 8086

Atomic operations, std::atomic<> and ordering of writes