Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Stack allocation, padding, and alignment

c gcc assembly x86 stack

Algorithm for finding the smallest power of two that's greater or equal to a given value [duplicate]

c++ algorithm assembly

What does `rep ret` mean?

What registers are preserved through a linux x86-64 function call

Does it make any sense to use the LFENCE instruction on x86/x86_64 processors?

Where to learn x64 assembly from? [closed]

assembly 64-bit fasm

What does MOV EAX, DWORD PTR DS:[ESI] mean and what does it do?

assembly x86

How to Detect the Number of Physical Processors / Cores on Windows, Mac and Linux

"enter" vs "push ebp; mov ebp, esp; sub esp, imm" and "leave" vs "mov esp, ebp; pop ebp"

What does the "rep stos" x86 assembly instruction sequence do?

assembly x86

Why is gcc allowed to speculatively load from a struct?

What do C and Assembler actually compile to? [closed]

What is stack frame in assembly?

assembly x86

What does ORG Assembly Instruction do?

assembly x86 nasm directive

How to write self-modifying code in x86 assembly

Assembly Language - How to do Modulo?

Intel 64, rsi and rdi registers

assembly x86-64

Fastest way to calculate a 128-bit integer modulo a 64-bit integer

c algorithm x86 modulo assembly

What are the ESP and the EBP registers?

How does an assembly instruction turn into voltage changes on the CPU?