Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

ARM Cortex-M7 assembly timing on simple delay loop - how to explain results?

Delayed Branching in MIPS

How to understand the result of SASS analysis in CUDA/GPU

assembly cuda gpu ptx

Draw on screen using mouse in assembly (emu8086)

assembly mouse pixel emu8086

What does 'callq *(%rax)' mean?

assembly x86-64 att

GNU ARM assembler giving a seemingly irrelevant register in error message

Why the number of x86 int registers is 8?