Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Implementing a Mutex Lock in C

c assembly mutex

Disassembled gcc output appears to do a "call 0" instead of "call function-offset", but works correctly

assembly disassembly sparc

Difference between return from interrupt(RTI) and return from subroutine(RTS)

How to call the c library from assembly code on Linux?

c linux assembly linker

Does a C compiler compile to generic assembly?

assembly compilation

How to make cgdb show assembly code?

Assembly code/AVX instructions for multiplication of complex numbers. (GCC inline assembly)

x86 Can push/pop be less than 4 bytes? [duplicate]

memory assembly x86 stack

How to compile this program with inline asm?

ARM Cortex M0/M3/M4:Why PC is always Even number in Thumb State

assembly arm thumb cortex-m

What is the difference between MOVDQA and MOVNTDQA, and VMOVDQA and VMOVNTDQ for WB/WC marked region?

assembly x86 sse simd avx

Array size known only at runtime in MIPS

arrays dynamic assembly mips

Least significant bits in function pointer

Dissassembling virtual methods in multiple inheritance. How is the vtable working?

c++ assembly vtable

How do I write an efficient switch() in 8051 assembly?

assembly embedded 8051

Cracking C# application with OllyDebug

c# assembly ollydbg cracking

Gcc inline assembly what does "'asm' operand has impossible constraints" mean?

Purpose of static_initialization_and_destruction and _GLOBAL__sub_I_main function in the assembly code for a C++ code?

What comes after QWORD?

assembly x86 intel terminology

What does F in FWORD stand for?