Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

How do nested scopes affect stack depth?

Optimizing comparison instruction count (PDP-11)

assembly pdp-11

Return a float from a 64-bit assembly function that uses x87 FPU

Hooking Int 09h interrupt

assembly nasm dos x86-16

what is the meaning of dup('#') in assembly language

assembly masm