Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Access to PIT (?) IO ports 44h and 46h - what do those ports do?

Why would one use "ret" instead of "call" to call a method?

How Do I Execute Dalvik Op-Codes

MUL function in assembly