Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

What is an efficent way to compute floor(log(m / n)), where m and n are integers?

documentation of gnu assembler directives

How to read local variables with gdb?

c assembly gdb

How to use GCC to compile C code to 8088 Assembly?

GCC x86-64 Suboptimal Assembly Output, why?

c gcc assembly x86-64

How do I write all of this in assembly

c linux gcc assembly x86

Why gcc does so when creating assembler code?

gcc assembly