Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What are the advantages of a frame pointer?

assembly mips

What does code pattern like .size X,.-X do?

assembly arm cortex-m eabi

How to get the gcc compiler to not optimize a standard library function call like printf?

Why do I get triple fault when trying to handle an exception on 286 but not on a modern CPU nor Bochs?

Solution needed for building a static IDT and GDT at assemble/compile/link time

assembly x86 nasm ld osdev

How are BIOS interrupts deconflicted with reserved hardware interrupts?

How to optimise this 8-bit positional popcount using assembly?

go assembly x86 simd avx

How does an instruction decoder tell the difference between a prefix and a primary opcode?

Why can't we declare uninitialized variables in .bss section using `?` in arbitrary order?

assembly x86 nasm

Call C function from Assembly -- the application freezes at "call printf" and I have no idea why

assembly printf

How to determine values saved on the stack?

Question about ADD on ASM 8086

assembly x86 add

i386 assembly question: why do I need to meddle with the stack pointer?

assembly x86 gnu-assembler

GCC inline assembly - Move float to XMM0 before call

c gcc assembly sse

Detours Hook in external process for "empty" function does not work

c++ assembly detours

LC3 Assembly Bitwise Right Shift

Self modifying code, copy/jump in the heap failed

What's the equivalent of BP register ( Frame Pointer ) on ARM processors?

Why there is always a useless function argument in stack?

assembly freebsd

Translating assembly to pseudocode