Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Intel VEX prefix, L bit value does not behave according to docs

GCC run assembly program mac?

macos gcc assembly terminal

How are void* pointers returned in C?

c gcc assembly return

Why GCC -mcmodel=large adds an offset to the function call even with -no-pie flag, without -fPIC?

error: junk `bswapl eax movl %eax' after register

Prologue of "add esp, 0FFFFFFF8h"

how to use c variable in assembly code

c variables assembly x86

Read odd addresses, half words?

Why does avr-gcc add "push r1" instructions to the start of a function?

assembly avr avr-gcc

How to get Radare2 to use symbol table information for library calls?

How does a real time clock interface with a computer?

assembly cpu-architecture

Loop unrolling optimization, how does this work

c assembly

Call assembly procedure from another assembly file?

Embed assembler to manipulate 64-bit registers in portable C++

Get number of physical processors inside virtual machine

Insights for writing an Assembler [closed]

assembly

Insert a bit in a byte at pos n with Assembly