Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

SYSRET vs SYSRETQ distinction and compatibility mode

Fast SIMD extraction of variable-sized fields with byte delimiter

x86 simd avx avx2

int8 x uint8 matrix-vector product with column-major layout

assembly x86 simd sse avx

MIPS integer Sandy Bridge

assembly x86

What is the purpose of the MoveMask for SSE and AVX

.net-core f# x86 sse avx

GDB not setting breakpoint on desired line

c debugging x86 gdb breakpoints

Is it possible to sum every 3 neighbouring elements in an array and make each of them equal to the sum using vector instructions?

assembly x86 simd avx

Square a number in NASM assembly without multiplication

assembly x86 nasm

What's the difference between STATUS_FLOAT_MULTIPLE_FAULTS and STATUS_FLOAT_MULTIPLE_TRAPS?

x86 code to read in input into a local variable?

c assembly x86 scanf nasm

How to return multiple values in MASM

assembly x86 masm

What instructions can be allowed to execute or prohibited from executing in user mode?

assembly x86 osdev

JMP rel16 (instead of JMP rel32)

assembly x86 exploit opcode

How come lost updates happen with volatile on x86?

java x86 volatile

Table with addresses or registers, assembler x86

assembly x86 intel-syntax

(VC++) Runtime Check for Uninitialized Variables: How is the test Implemented?

QEMU doesn't reboot my OS after resetting via the 8042 PS/2 controller

Can't understand assembly mov instruction between register and a variable

string assembly x86 nasm

Questions re: assembly generated from my C++ by gcc

c++ linux assembly x86