Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Unable to compile assembly code with xmmword operand-size using nasm

assembly nasm sse 128-bit

How to use virtual memory/implement realloc on mac osx?

Performance difference of signed and unsigned integers of non-native length

Can I tell the compiler that I need to earlyclobber a memory operand?

What constitutes a read or write to memory/cache in x86 assembly, according to valgrind?

Using CPUID to get cache size in Ryzen CPU

C++ Memory editing- Editing assembly/writing bytes

How does the CPU decode variable length instructions correctly?

How to force clang assembler to emit the `rex.W` prefix?

assembly x86-64

are there debugging options for ld

debugging gcc assembly gdb ld

MBR works in QEMU/BOCHS but not on real hardware

Not understanding Hopper decompiler output

Difference between "mov eax, [num]" and "mov eax, num"

assembly x86 nasm 32-bit

Handling x86 IRQs from secondary PIC: EOI order important?

assembly x86 port irq

Dot product performance with SSE instructions: is DPPS worth using?

Random number generator in assembly code

assembly random avr

How to break down a NASM application into modules/packages and include them?

assembly nasm

FSTENV? Can barely find any info about this instruction

assembly x86 x87

Telling GAS to use semicolons for comments in Intel syntax mode

Redundant DS segment override prefix inserted by nasm?

assembly x86 nasm disassembly