Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Vectorized memcpy that beats _intel_fast_memcpy? [closed]

c x86 vectorization memcpy

Why should prefetch queue be invalidated after entering protected mode?

Doubts in System call mechanism in linux

linux x86 system-calls

What happens in the following assembly commands?

assembly x86 dos

Returning a value in x86 assembly language

assembly x86

How to do relative jumps in assembly?

assembly x86 stack-overflow

CISC machines - don't they just convert complex instructions to RISC?

DOS Interrupt in masm x86 assembly crashing

assembly x86 masm

Is the EAX register optimized for calculations on modern processors?

assembly x86 intel

How do I move the VALUE in a register to a memory variable in NASM?

assembly x86 nasm

No epb/eip registers in gdb "info frame"

c x86 gdb buffer-overflow

Why is no value returned if a function does not explicity use 'ret'

assembly x86

Can't get welcome messages to load in QEMU

c assembly x86 bootloader osdev

Android live build jars: arm64, armabi, mips, mips64, x86

android jar x86 mips

What if there is no return statement in a CALLed block of code in assembly programs

assembly x86

`or al, al` in x86 assembly

assembly x86

How does branch prediction interact with the instruction pointer

Assembly, detecting overflow register

How does perf use the offcore events?

creating a 32-bit binary file with nonzero org with TASM+TLINK

assembly x86 tasm