Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Moving variable's content into another variable

assembly masm32

Interpreting eFlags in DDD

assembly x86 ddd-debugger

Loading an xmm from GP regs

What on earth is an 'fword ptr'? [duplicate]

pointers assembly x86

x86-64: Cache load and eviction instruction

assembly x86 x86-64 cpu-cache

Why is it necessary to add a bias to the dividend for signed division by a power of 2?

Why godbolt generate different asm output than my actual asm code in Visual Studio?

Why parameters stored in registers and not on the stack in x86-64 Assembly?

Logical shift between YMM registers

assembly x86-64 avx avx2 avx512

avoiding text relocations when mixing c/c++ and assembly in a .so

android c++ c assembly arm

Why does the following assembly sequence signals SIGILL?

assembly x86-64

What is the state of the registers after a function call?

c++ c assembly

How to run 16 bit code on 32 bit Linux?

linux assembly x86 qemu 16-bit

Problem with BIOS INT 13H (Read Sectors From Drive)

Code alignment in one object file is affecting the performance of a function in another object file

c assembly x86 nasm avx

Why does clang make the Quake fast inverse square root code 10x faster than with GCC? (with *(long*)float type punning)

c++ assembly gcc clang x86-64

Debug symbols in NASM (once more)

assembly gdb nasm lldb dwarf

Missing debugging information with gdb and nasm

linux gcc assembly gdb nasm

In modern Linux x86-64 is it safe for userspace to overwrite the GS register?

Would an Instruction Set Architecture benefit from both an ADC and SBC, or could all carry instructions repeat the previous type?