Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Does INVLPG instruction or mprotect() affect the CPU cache state while invalidating TLB entries?

inline asm unknown

C calling conventions in assembly (64 bit) - scanf

c assembly 64-bit printf scanf

Implement recursion in ASM without procedures

Can I do the equivalent of jmping to a label by saving and modifying the Instruction Pointer?

assembly x86

Is there really a limit to sections name in PE binaries?

Clang doesn't support the Lock Prefix. How shall I workaround?

How to declare __m128i constant in MASM?

assembly x86-64 masm sse2

Visual studio inline assembly direct jump

Use TEST to check if multiple bits of AL are all zero or all one

assembly x86

Optimization using prefetch

optimization assembly sse

ASSUME directive using masm

linux asm problem: calling extern function

linux assembly

Printing hex from dx with nasm

How do I move a floating point constant into an FP register?