Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

x86-64 do address calculating mov i.e mov i(r, r, i), r execute on on port 1? Or is it still p0156?

Instruction which results in 0 but isn't dependency-breaking [duplicate]

Is there another instruction similar to MOVZX, but supported on the 8086?

assembly x86 x86-16 emu8086

Clang optimization: && vs &: optimized vs. non-optimized (for certain values)

MASM 14: constant expected in winextra.inc

Combine 32- and 64bit DLLs in one program

c# winapi dll x86 32bit-64bit

Is it possible to write an if statement in x86 assembly language?

if-statement assembly x86 masm

Bring code into the L1 instruction cache without executing it

Regarding instruction ordering in executions of cache-miss loads before cache-hit stores on x86

Difference between .section .text and .text with gas

x86 directive gnu-assembler

x86 assembly 16 bit vs 8 bit immediate operand encoding

How to get an objdump without NUL bytes?

What is the reason for different performance of the same implementation using icc, gcc and clang?

gcc assembly x86 simd icc

How to properly link 16 and 32 bit .o files?

c makefile x86 ld osdev

What is the benefit and micro-ops of ENQCMD instruction?

What page directory is used during an x86 interrupt handler?

INT 13, 2 hanging on x86 real mode when trying to read sectors from floppy drive

assembly x86 x86-16 bios osdev

Is it possible to use VMX CPU instructions inside VM?

Why is this jump instruction so expensive when performing pointer chasing?

When to use EXTERNDEF with ABS in MASM?

assembly x86 masm