Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Setting CPSR flags directly in ARM assembler

assembly arm

Why does printf still work with RAX lower than the number of FP args in XMM registers?

Converting from lower case to upper case

assembly x86-16

Vector address starts in the middle of program memory

how to perform direct syscall under Windows 7 X64 SP1 (x64 mode)?

EMMS instruction execution time?

assembly x86 mmx

Floating-point addition assembly algorithm

Understanding new gcc prologue

gcc assembly intel

Why movaps causes segmentation fault?

AOSP non-obvious syscall() implementation

What the usage of "--oformat=elf32-i386"?

c assembly linker gnu

writing directly to video memory

assembly memory x86-16 vga

Will memory write be visible after sending an IPI on x86?

Why is a function that only returns a stateful lambda compiled down to any assembly at all?

Confused about memory locations of this Y86 assembly code

c assembly y86

MIPS Explanation: sw

memory assembly mips mips32

Why the cos function in math.h faster than x86 fcos instruction

neon assembly vector instructions that affect flags

assembly simd neon

Trouble outputting a space in assembly

assembly x86 dos masm x86-16