Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Floppy Read (AH=0x2, int 0x13) doesn't complete

assembly x86 bios bochs floppy

Loading and running a raw binary file with 32-bit code in QEMU

Using the CGA/EGA/VGA planar graphics modes

assembly graphics x86 nasm vga

x86 Why does C function disassembly show different value for pointer when pushed to call stack

c assembly x86 gdb disassembly

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?