Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Low level I/O access using outb and inb

Pure high-bit multiplication in assembly?

c assembly x86

On most modern 64-bit processors, does the speed of `mulq` depend on the operands?

How does one change an instruction with a hex editor?

How to divide disassembled C code to functions?

c windows assembly x86

Unfamiliar syntax for the "imul" instruction in x86 assembly

c assembly x86

Loop through an array MIPS Assembly

how to get the actual address of `func` from `callq func@PLT`

Assembly calls to System unit functions on FreePascal x64

How the offset comes in stack?

c linux assembly disassembly

GDB and opcodes

macos debugging assembly gdb

What does this instruction do ( REP MOVS BYTE PTR ES:[EDI],BYTE PTR DS: )?

assembly x86 instructions

How to delay one clock cycle in STM32?

Why does arm-linux-gcc only reserve r0-r4 when entering IRQ mode

c gcc assembly arm cortex-a8

Is "muli" a MIPS instruction? Where is it defined?

assembly mips instructions

stack segment and stack pointer in 8086

assembly stack x86-16 segment

How are all disk sectors iterated in assembly?

assembly bootloader

Subtracting registers with an LEA instruction?

How does this sqrt approximation inline assembly function work?

What does this RSB instruction do?

assembly arm