Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Relocation R_X86_64_PC32 against symbol when calling function from inline assembly

c gcc assembly

The probability of selected EFLAGS bits

assembly x86 flags parity

How read coprocessor registers in ARM architecture

c assembly arm

Optimization of fenced memory stores on x86 CPU

Linking two or more assembly files

How does MIPS I handle branching on the previous ALU instruction without stalling?

Speed up large modular multiplication in base 2^8 without multiplier

Assembly does reading a plane in mode x needs a different output to the VGA ports from writing?

assembly x86 dos x86-16 vga

C++ calling convention for passing big objects on Linux/x86-84

What does "MSL" (shift in ones) in arm64 assembly stand for?

How does division work in MIX?

assembly division knuth taocp

Inline assembler call for subroutine

MBR Booting from DOS

How to work with Strings in ARM?

c assembly arm

How to measure x86 and x86-64 assembly commands execution time in processor cycles? [duplicate]

Determining register values when using objdump

Converting Decimal to Hex

Writing / linking a flat binary using NASM + LD

assembly linker nasm ld

LLVM assembly: call a function using varargs

What is on the stack before my program starts?

assembly stack