Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

"relocation R_X86_64_32S against `.bss' can not be used when making a shared object”

How to call a function through a function pointer passed as an argument?

How does the bios know what type of BPB is present?

assembly x86 bootloader

Enabling HVX SIMD in Hexagon DSP by using instruction intrinsics

Keyboard interrupt handler not working in system iso

complier generating a mov back and forth on eax

NASM assembler - unwanted 66 in generated machine code

assembly x86 nasm

Is there a way to subtract packed unsigned doublewords, saturated, on x86, using MMX/SSE?

Missing latency in instruction tables

What is the fastest way to swap the bytes of an unaligned 64 bit value in memory?

XNOR two 64 bits registers in 8 bit blocks

What is required to use LODSB in assembly?

assembly x86 segments

Tools to show spills in a c code

c assembly

ELF program header offset

assembly elf

How to use relative position in c/assembly?

c assembly fpic

Does rcx always point to the PEB at the process entrypoint?

Performance of x86 rep instructions on modern (pipelined/superscalar) processors

How to create or manipulate GPU assembler?

assembly stream cuda gpgpu

How to print a number in assembly NASM?

linux assembly x86 nasm

Syscall/sysenter on LLVM

linux gcc assembly clang llvm