Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Return a value from procedure via the stack

assembly stack procedure

x86 register names, addressing modes, displacement, and storage

Keep getting e8 00 00 00 00 as the machine code to call a function in assembly

How does CMPXCHG affect FLAGS register?

Meaning of pc in gdb (alias?)

How to avoid lots of if-else statements in a parser

assembly

how do i get the cpu information for my computer i.e functional units/latency etc

How to comment label in ARM assembly

assembly arm

Why is my hello world binary mostly zeroes?

debugging with gdb and objdump

assembly - how to edit an executable

assembly

What registers does strcmp evaluate? x86 Assembly

assembly x86

What is "=qm" in extended assembler

Disassembling Simple Hello World program

Mixing ARM and THUMB instructions

ios assembly arm thumb

ASLR and hard-coded addresses

NASM assembly PE format handwritten imports doesn't import anything

What's ARM instruction equivalent to Intel's xchgl?

gcc assembly x86 arm

Do terms like direct/indirect addressing mode actual exists in the Intel x86 manuals