Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

Is there a really working example which showing the benefits of ILP(Instruction-Level Parallelism) on x86_64?

Examining code generated by the Visual Studio C++ compiler, part 1 [duplicate]

c assembly x86

Why is ROL instruction used?

assembly x86

Assembly compiled executable using INT 0x80 on Ubuntu on Windows Subsystem for Linux doesn't produce output

x86/x64 Add Displacement addressing

assembly x86 64-bit