Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Are x86 assembly instructions REPE/REPZ and REPNE/REPNZ equal?

assembly x86

How do AVR Assembly BRNE delay loops work?

loops assembly delay avr

How to compile assembly and C together as bin format

c assembly x86-16 bootloader

ARM Assembly storing registers to memory

assembly arm

How does an the ARM branch instruction address work?

assembly arm

How to tell compiler to not generate "retq" after inline asm in a _Noreturn function?

Windows/DOS Assembly - Simple Math

windows assembly dos nasm

Kernel breaks on adding new code (that never runs)

c assembly linux-kernel arm

Addressing mode in IA-32

Assembler Print the number on the screen

On uint64 to double conversion: Why is the code simpler after a shift right by 1?

Why is this reordering of sub and mul instructions helpful?

What is the point of MOVAPS in x86 if it does the same as MOVUPS in modern computers?

assembly x86 sse

What happens when we divide a 16-bit number with a 8-bit 1?

Problems in moving a register value to a memory address in assembly language using fasm assembler?

assembly fasm

What exactly are the variables in assembly?

Assembly (MIPS) proper use: Registers vs. Stack