Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Assembly language programming hints and tips [closed]

assembly x86 nasm

Code a simple thread with C and assembly

c assembly x86-64

Getting a compiler to generate adc instruction

Two's complement of long integer

How does the NEG instruction affect the flags on x86?

How to use processor instructions in C++ to implement fast arithmetic operations

Which x86 instruction has a 10-byte immediate?

What causes this high variability in cycles for a simple tight loop with -O0 but not -O3, on a Cortex-A72?

GCC codegen: What does pthread_create_key() have to do with std::shared_ptr copying?

Help Writing TSR Program(s) in NASM Assembly for DOS

assembly dos nasm interrupt tsr

"Art of Exploitation" disassembly example isn't the same (C code) [duplicate]

c assembly disassembly

with RIP-addressing, why x86-64 still need relocations?

Arm Assembly - Calling function with more than 4 arguments

assembly stack arm disassembly

Outputting integers in assembly on Linux

assembly x86 nasm

Why dont use the AVX Registers as a ultra fast cache?

How do the operations LDA, STA, SUB, ADD, MUL and DIV work in Knuth's machine language MIX?

assembly knuth taocp

How to re-use C structs in ARM assembly in a maintainable and readable way?

c assembly struct arm

Why does ICC unroll this loop in this way and use lea for arithmetic?

c++ assembly x86-64 icc

Can the LSD issue uOPs from the next iteration of the detected loop?

Linux process stack overrun by local variables (stack guarding)