Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Does [ebp*2] reference DS or SS segment?

Debugging bootloader with gdb in qemu

Does modern PC video hardware support VGA text mode in HW, or does the BIOS emulate it (with System Management Mode)?

Why is movl preferred to movb when translating a C downcast from unsigned int to unsigned char?

Linux asm("int $0x0") vs division by zero

c linux assembly x86

How Do Assemblers Map x86 Instruction Mnemonics to Binary Machine Instructions?

x86 assembly

Why does the FMA _mm256_fmadd_pd() intrinsic have 3 asm mnemonics, "vfmadd132pd", "231" and "213"?

Most portable library for dynamic code generation?

Workflow for writing ARM assembly code on the iphone

iphone assembly arm

How can I get the source lines inline with the assembly output using GCC?

c macos gcc assembly

How does a computer use just a few registers?

Calling fsincos instruction in LLVM slower than calling libc sin/cos functions?

What's the purpose of instructions for loading a register to itself?

Multiple line comments in assembly

assembly masm32

Accessing specific memory locations in C

c assembly

Interleave bits efficiently

What does asm("pause") do and why to use it

linux assembly x86

How hard is it (really) to decompile assembly code? [closed]

The difference between cmpl and cmp

What does an equals sign = on the right side of a LDR instruction in ARM mean?

assembly arm ida