Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How does comparing the Sign and Overflow Flag determine operand relationships?

assembly x86 digital-logic

Assembly: What is the purpose of movl data_items(,%edi,4), %eax in this program

How can i enable/disable kernel kaslr, smep and smap

linux linux-kernel x86

float arithmetic and x86 and x64 context

Interpreting eFlags in DDD

assembly x86 ddd-debugger

Loading an xmm from GP regs

What on earth is an 'fword ptr'? [duplicate]

pointers assembly x86

x86-64: Cache load and eviction instruction

assembly x86 x86-64 cpu-cache

Why is my benchmark using __mm_prefetch slower?

How can Intel and AMD be different but still compatible?

How to run 16 bit code on 32 bit Linux?

linux assembly x86 qemu 16-bit

Problem with BIOS INT 13H (Read Sectors From Drive)

Code alignment in one object file is affecting the performance of a function in another object file

c assembly x86 nasm avx

IR LLVM form vs assembly

c++ x86 clang llvm llvm-ir

Understanding the behavior of $ Location Counter - var1 DWORD $ assembles to start of data section in MASM, not start of line

Why unlamination of μops necessary?

x86 cpu intel cpu-architecture

What is a fast fallback algorithm which emulates PDEP and PEXT in software?

INT vs CALL on Asm instructions

assembly x86 nasm

Cache friendly offline random read

(NASM) (80x86) Bootloader NEEDS xor ax, ax

x86 nasm bootloader