Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Acceptability of regular usage of r10 and r11

What's the size of a QWORD on a 64-bit machine?

Python ctypes and function calls

python c assembly ctypes x86-64

Why pop takes a parameter in assembly?

Detecting architecture at compile time from MASM/MASM64

x86 jnz after xor?

assembly x86 conditional xor ida

operand generation of CALL instruction on x86-64 AMD

How do I check assembly output of Java code?

Compiling an AST to Assembly

What does double dollar sign mean in x86 assembly (NASM)

assembly x86 nasm

assembly registers beginner

assembly cpu-registers

WBINVD instruction usage

c caching assembly x86 cpu-cache

16 bit asm instruction set

assembly x86 16-bit

How to implement the mod operator in assembly

assembly x86

Using SIMD/AVX/SSE for tree traversal

Call C standard library function from asm in Visual Studio

Why PE need Original First Thunk(OFT)?

Why do we need to compile for different platforms (e.g. Windows/Linux)?

How do i read single character input from keyboard using nasm (assembly) under ubuntu?

how to count cycles?

c performance assembly