Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How does asm("nop"); works?

c assembly

Getting cpu cycles using RDTSC - why does the value of RDTSC always increase?

Invalid instruction suffix for push when assembling with gas

What does .p2align do in asm code?

gcc assembly

Address of labels (MSVC)

x86, difference between BYTE and BYTE PTR

assembly x86 nasm masm

calling assembly functions from c

c linux assembly gnu-assembler

How does the GCC implementation of modulo (%) work, and why does it not use the div instruction?

gcc assembly optimization x86

What does "DS:[40207A]" mean in assembly?

assembly x86 memory-address

How does random access memory work? Why is it constant-time random-access?

What does the 'h' suffix mean?

assembly x86

Is it possible to execute an x86 assembly sequence from within C#?

c# assembly

What is the purpose of the Parity Flag on a CPU?

Executing assembler code with python

What is the 'shadow space' in x64 assembly?

Converting very simple ARM instructions to binary/hex

assembly binary hex arm opcodes

What are the first operations that the Linux Kernel executes on boot?

c linux assembly kernel

What does the LEAL assembly instruction do?

c assembly x86

JNZ & CMP Assembly Instructions

What is a code cave, and is there any legitimate use for one?