Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Dwarf hello world assembly example or tutoral?

assembly nasm dwarf

Relative jump out of range by 0020h bytes

assembly dos tasm x86-16

Intel Assembler optimization

Compiling a library on a 64 bit architecture: Incorrect register `%rax' used with `l' suffix

linux gcc assembly x86-64

Assembly instruction to machine code

Why does GCC fail to reduce a loop that increments two locations of the same buffer?

c++ assembly gcc optimization

RISC-V assembly - stack layout - function call

Is it faster to pop unneeded values from the stack, or add an immediate constant to SP on a 386+ CPU?

Floating point assembly on intel processor

virtual method wrong (0x0) address

Forcing integer constant to be quadword

c assembly x86-64

Why do x86 mul and div instructions only take a source operand?

Beeping Bootloader (Intel x86)

Why does this PowerPC instruction sequence appear to be setting both cr0 and cr1?

assembly powerpc

What is the purpose of this function in assembly?

c assembly x86-64

DWARF - How to find the prologue end/epilogue start addresses of functions in a given binary?

c assembly objdump dwarf readelf

Can protection mode be turned off with inline assembly?

GCC - Function inlining, LTO and optimizations