Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Subtracting registers with an LEA instruction?

How does this sqrt approximation inline assembly function work?

What does this RSB instruction do?

assembly arm

Do compilers usually use registers for their "intended" purpose?

ADC instruction in asm

Can an instruction be in two addressing modes at the same time?

Why isn't my root directory being loaded? (FAT12)

assembly x86 nasm bootloader fat

x86 Assembly: Data in the Text Section

assembly x86 shellcode

Modulo in 68K assembly

assembly modulo 68000

Z80 assembly: How to add signed 8-bit value to 16-bit register?

math assembly z80

Pipeline on Registers calculation

Creating A Boot Program in RISC-V

assembly riscv

Unresolved external symbol printf in Windows x64 Assembly Programming with NASM

C++ What actually happens in assembly when you return a struct from a function?

Why does int addition though pointers take one less x86 instruction than int multiplication through pointers?

Cygwin: Assembly language development?

assembly cygwin

Fast little-endian to big-endian conversion in ASM

Z80 (TI-83+) stops working on CALL

How can I explain the behavior of the following shellcode exploit?

Vectored interrupts