Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Using LEA on values that aren't addresses / pointers?

c assembly x86 memory-address

Avoiding AVX-SSE (VEX) Transition Penalties

How do I know if gcc agrees that something is volatile?

c gcc assembly volatile

Is C inefficient compared to Assembly? [duplicate]

Set video mode to 1920x1080 (HD) or higher in kernel ASM (NASM assembler) [closed]

video assembly kernel nasm vesa

gcc - writing and executing code in the bss - setting the permission flags

c linux gcc assembly x86-64

Parameters of guarded_open_np

writing shellcode: why my shellcode won't work?

assembly x86-64 shellcode

Assembly and multicore CPUs

assembly x86 multicore x86-64

Using Multiply Accumulate Instruction Inline Assembly in C++

c++ assembly arm filtering

How to properly create an array in ARM assembly?

arrays assembly arm

C performance and compiling options

java c performance gcc assembly

64-bit windows VMware detection

Hello World in LLVM-Assembly Language on Windows

ARM prefetch workaround

How to set MMX registers in a Windows exception handler to emulate unsupported 3DNow! instructions

linux kernel development

linux assembly kernel

Why does arm-gcc decrement/increment the stack pointer even when the stack is never accessed?

gcc assembly arm neon

Correct way to wrap CMPXCHG8B in GCC inline assembly, 32 bits