Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

When is it more efficient to use CORDIC or a polynomial approximation?

Why can't one instruction include two memory references in assembly?

assembly x86

LEA in x86 assembly [duplicate]

assembly x86

Move quadword between xmm and general-purpose register in ml64?

ARM assembly cannot use immediate values and ADDS/ADCS together

Setting up interrupts in protected mode (x86)

Atomic int64_t on ARM Cortex M3

assembly arm atomic

What does data16 mean in objdump output?

assembly x86-64 objdump

8085 assembly instructions MOV, LDA and STA

assembly copy mov 8085

Efficient mod 3 in x86 assembly

Opposite of cache prefetch hint

Understanding C program in Assembly

c assembly x86-64

How do you disable the PC speaker beep interrupt that occurs while looping?

assembly interrupt x86-16

RISC-V NOP instruction

assembly riscv nop

Calling a static function from global inline assembly

c gcc assembly inline-assembly

How to tell gcc to not align function parameters on the stack?

What ancient, old school code do you still have kicking around?

assembly legacy-code 68000

'align' instruction on MIPS

Assembly/Linking problem with nasm and ld

How many byes is each instruction compiled to in x86 assembly?