Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

NASM Specific -- Section vs [SECTION ]

assembly nasm

Comparing 0x00000000 with 0xFFFFFFFF in MIPS

assembly mips

How to tell GCC that input file is assembler even if it's really .c?

Help on VGA and putpixel intel x86 asm AT&T syntax

assembly x86 vga att

Compiling ARM .s file on Mac

x86 addl vs subl

Linux sbrk() as a syscall in assembly

why segments in elf file can overlap

assembly elf segment

How do I debug exceptions in unknown code?

How should the stack be initialized to in an x86 real mode bootloader to prevent conflicts with BIOS?

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

Do C++ compilers align small functions to optimize cache-line fetches?

How to create or manipulate GPU assembler?

assembly stream cuda gpgpu