New posts in assembly

What registers must be preserved by an x86 function?

double condition checking in assembly

Binary Bomb - Phase 4

Getting an label address to a register on ARM?

Printing hex values in x86 assembly

How to push a 64bit int in NASM?

In C, given a variable list of arguments, how to build a function call using them?

What are .S files?

Why can a T* be passed in register, but a unique_ptr<T> cannot?

MOVing between two memory addresses

Moving 64bit constants to memory

Why does Intel hide internal RISC core in their processors?

Difference in performance between MSVC and GCC for highly optimized matrix multplication code

What is the purpose of the EBP frame pointer register?

How to: pow(real, real) in x86

What is the purpose of the RBP register in x86_64 assembler?

How do I disassemble raw 16-bit x86 machine code?

Using gdb to single-step assembly code outside specified executable causes error "cannot find bounds of current function"

Difference between JE/JNE and JZ/JNZ

Which is faster : if (bool) or if(int)?