Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Is it possible to implement subroutine call without a stack nor indirect addressing?

Returning a struct in SystemV ABI

MIPS assembly: big and little endian confusion

assembly mips

USB hard disk emulation cause a disk read to fail (BIOS int 13)?

Is there any way to save registers before jumping into function?

Jump out of range solutions and how different instructions affect range

assembly x86-16

where is it documented that global array in C, compiled by gcc, is initialized like "copy-on-write"?

c assembly gcc

How to read/pronounce a MIPS load-byte instruction in English?

Why should prefetch queue be invalidated after entering protected mode?

gcc using `lea` instead of `add`

MIPS program is Not working Error: Symbol exit not found in the table

assembly mips

What happens in the following assembly commands?

assembly x86 dos

Returning a value in x86 assembly language

assembly x86

How to do relative jumps in assembly?

assembly x86 stack-overflow

CISC machines - don't they just convert complex instructions to RISC?

DOS Interrupt in masm x86 assembly crashing

assembly x86 masm

How does assembler process "org 100h" directive?

assembly dos x86-16

bochs: can not load bootloader using a floppy image

assembly x86-64 nasm osdev bochs

struct or class in assembly

class assembly macros masm

What is WAW Hazard?