Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

IDA pro asm instructions change

How do I interpet this x86_64 assembly opcode?

assembly x86-64

Which inline assembly code is correct for rdtscp?

Using C/Intel assembly, what is the fastest way to test if a 128-byte memory block contains all zeros?

Why is ONE basic arithmetic operation in for loop body executed SLOWER THAN TWO arithmetic operations?

How can I pass parameters in assembler x86 function call?

mov instructions & registers - confusion !

assembly

Hotspot7 hsdis PrintAssembly Intel Syntax

java assembly jvm-hotspot

How to draw a pixel on the screen in protected mode in x86 assembly?

memory video assembly x86 pixel

Function Prologue and Epilogue in C

MIPS - How does MIPS allocate memory for arrays in the stack?

Why does MSVC emit a useless MOVSX before performing this Bit Test?

What does "store-buffer forwarding" mean in the Intel developer's manual?

Why is imul used for multiplying unsigned numbers?

64-bit mode does not support 32-bit PUSH and POP instructions [duplicate]

assembly nasm x86-64

When to use earlyclobber constraint in extended GCC inline assembly?

c gcc assembly inline-assembly

How does assembly do parameter passing: by value, reference, pointer for different types/arrays?

c++ c arrays assembly x86 intel

Is the EBP register (base frame pointer) only for Debugging in x86? [duplicate]

Understanding empty main()'s translation into assembly

Assembly GDB Print String

string assembly gdb printing