Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Can PTEST be used to test if two registers are both zero or some other condition?

assembly x86 sse intrinsics sse4

Jump back some iterations for vectorized remainder loop

c performance assembly x86 simd

Why does this code snippet produce radically different assembly code in C and C++?

c++ c gcc assembly simd

GDB shows error message when trying to print a variable in an Assembly program

assembly gdb yasm

x86 BSWAP instruction REX doesn't follow Intel specs?

How syscall knows where to jump? [closed]

Difficulty understanding logic in disassembled binary bomb phase 3

Avoiding page faults in IDT hooking

c linux assembly x86-64 freebsd

Assembly: what are semantic NOPs?

security assembly opcode

"Custom intrinsic" function for x64 instead of inline assembly possible?

What does #pragma intrinsic mean?

c assembly

Faster assembly optimized way to convert between RGB8 and RGB32 image

Is it viable to write a Linux kernel-mode debugger for Intel x86-64 in Common Lisp, and with which Common Lisp implementation[s]?

Why does switch_to use push+jmp+ret to change EIP, instead of jmp directly?

assembly linux-kernel x86

enable/disable cache on intel 64bit machine: CD bit always set?

c assembly linux-kernel kernel

Using condition flags as GNU C inline asm outputs

c gcc assembly inline-assembly

How can I write a QuadWord from AVX512 register zmm26 to the rax register?

assembly x86 intel avx512

How to specify clobbered bottom of the x87 FPU stack with extended gcc assembly?

c gcc assembly x86 x87

Writing a disk file using assembly on Commodore 64

assembly 6502 c64

Why can't I mmap(MAP_FIXED) the highest virtual page in a 32-bit Linux process on a 64-bit kernel?