Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

call subroutines conditionally in assembly

assembly x86

How to make a C program that can run x86 hex codes

c x86 inline-assembly

Near call/jump tables don't always work in a bootloader

sqrt of uint64_t vs. int64_t

Is it possible to decode x86-64 instructions in reverse?

How does processor read BIOS from SPI flash?

x86 spi bios firmware uefi

What does "push ebp" mean in x86 assemby? [duplicate]

assembly x86

C++ function to find max value in an array of doubles?

c++ arrays x86 floating-point

Assembly language - Stack machine

assembly x86 masm

x86 Instruction help: MOV [edx], eax

assembly x86 mov

Nasm Error: invalid combination of opcode and operands

What does the ".align" x86 Assembler directive do exactly?

How do I pass arguments to C++ functions when I call them from inline assembly

What does equals sign g "=g" in GCC inline assembly mean / do?

c gcc assembly x86

Assembly language for Reverse Engineering [closed]

What happens when different CPU cores write to the same RAM address without synchronization?

How to detect that a given PE file (exe or dll) is 64 bit or 32 bit

c++ winapi x86 64-bit

What is this x86 inline assembly doing?

c assembly x86 inline-assembly

Read flag register from C program

c assembly x86 flags

How do I know if I can compile with FMA instruction sets?

linux x86 intel processor fma