Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Indirect Y indexed addressing mode in MOS 6502

assembly 6502

How is exception handling implemented in Java?

RISCV branchless coding

Why gcc generates a PLT when it is apparently not needed?

Why "long long" arguments need to "aligned even-odd register pair" in RISC-V

Why cannot my program reach integer addition instruction throughput bound?

Why does some Windows booloader code zero registers with `sub` instead of `xor`?

Load two 64-bit integers into lower & upper xmm, respectively

assembly sse cpu-registers

Seemingly unnecessary loop

visual-c++ assembly x86

CPUID wrong values?

assembly x86 cpuid

Can 128bit/64bit hardware unsigned division be faster in some cases than 64bit/32bit division on x86-64 Intel/AMD CPUs?

C++ __asm Generating different bytes

c++ assembly mov

Tracing instruction execution from startup

assembly x86 x86-16 bootloader

Calling C++ function from assembly, with struct argument

Efficiently Set Lowest 64 Bits of YMM Register to Constant

Why does the Windows x64 calling convention require XMM (FP) args copied to integer registers, for variadic functions like printf?

Understanding the x86 m* operands (FPU and otherwise)