Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Is the stack frame required for all functions in C on x86-64?

intel c assembly x86 stack x86-64

How to set the alignment for the .data section?

How to create a non-relocatable symbol

assembly linker

Polygot include file for nasm/yasm and C

intel c assembly x86 nasm yasm

What is `x/24x $esp` mean?

What does it mean for code to be "hand optimized"?

How can I find CALL and RET number using ptrace?

c assembly elf opcode ptrace

Interpreting this line in Assembly language?

How to map the section to the segment from an ELF output file?

intel gcc assembly x86 elf osdev

Is the Microsoft Stack always aligned to 16-bytes?

(How) can I predict the runtime of a code snippet using LLVM Machine Code Analyzer?

What is practical application of x86 RCL/RCR instructions?

How do debuggers keep track of the mapping between C code and assembly instructions?

debugging gcc assembly

Memory location of variables defined in a shared library

how to make small binaries using assembly?

assembly linker ld elf binutils

What is a processor hint?

How to use an array in RISC-V Assembly

assembly riscv

Does cmpxchg write destination cache line on failure? If not, is it better than xchg for spinlock?

How to achieve the effect of vpmovmskb on ZMM registers?

Placing an instruction in the address pointed by the reset vector using times and align NASM directives

intel assembly x86 nasm osdev