Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 442 Bytes

mips-doc.md

File metadata and controls

14 lines (9 loc) · 442 Bytes

Ler esse documento em português

MIPS32 for EGG

The MIPS32 implementation for EGG uses the standard Assembly syntax described in the README.

Environment call numbers are placed in the v0 register, and arguments are placed in a0 and a1.

An break instruction will perform a BREAK call.

The assembled program is loaded at the address 0 on the machine startup, and the pc register is set to 0.