Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to disable vectorization in clang++?

Order-preserving memcpy in C++

c++ x86 arm memcpy lock-free

What register in i386 stores the CPL?

Drain the instruction pipeline of Intel Core 2 Duo?

Different platform AppDomains in one .Net process?

.net dll x86 64-bit appdomain

Emulating an x86 processor -- how should I start?

x86 emulation

what is the order of source operands in AT&T syntax compared to Intel syntax?

gcc assembly x86 att

Efficiently dividing a double by a power of 2

c++ c x86

EBP, ESP and stack frame in assembly

Can the IN (as well as INS, INSB, etc.) instruction block in x86 assembly?

assembly x86

Meaning of "ds:" in assembly language

assembly x86 intel

May there be any penalties when using 64/32-bit registers in Long mode?

Using OR r/m32, imm32 in NASM

assembly x86 intel amd

An i386/x64 pop FS/GS instruction supports a variant where it increments the SP by 32 bits or 64 bits in stead of 16 bits. What is it used for?

assembly x86 x86-64 i386

Is the i386 instruction "div ah" pointless?

assembly x86 i386

How to jump to / call arbitrary memory in Rust

assembly rust x86 jit

x86 emulator for training embedded development

Assembly, hello world question

Intel pin: Instrumentate running process

How do I enter 32-bit protected mode in NASM assembly?

assembly x86 nasm gdt