Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

x86 calling convention: should arguments passed by stack be read-only?

How can I pass parameters in assembler x86 function call?

How to draw a pixel on the screen in protected mode in x86 assembly?

memory video assembly x86 pixel

Trapping quiet NaN

How can I use mach_absolute_time without overflowing?

macos x86 posix powerpc darwin

Why does MSVC emit a useless MOVSX before performing this Bit Test?

Using base pointer register in C++ inline asm

What does "store-buffer forwarding" mean in the Intel developer's manual?

Why is imul used for multiplying unsigned numbers?

How does assembly do parameter passing: by value, reference, pointer for different types/arrays?

c++ c arrays assembly x86 intel

Is the EBP register (base frame pointer) only for Debugging in x86? [duplicate]

check if carry flag is set

c gcc x86 carryflag eflags

Which cache mapping technique is used in intel core i7 processor?

imul assembly instruction - one operand?

assembly x86 multiplication

How to know in run time if i'm on x86 or x64 mode in c# [duplicate]

c# .net x86 64-bit

Do sse instructions consume more power/energy?

How do I add contents of text file as a section in an ELF file?

linker x86 nasm elf objcopy intel

Unaligned load versus unaligned store

Implementing a ticket lock with atomics generates extra mov

c++ multithreading x86 locking

What unit testing frameworks are available for x86 assembler?