Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 637 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 637 Bytes

Maze game in Assembly (MARS MIPS SIMULATOR)

The maze game made in Assembly using bitmap display and Keyboard and Display MMIO Simulator

Installation

Follow the steps to setup the game:

  • Build proyecto.asm in MARS MIPS Simmulator
  • Hit (Tools -> Bitmap Display)
  • Setup Bitmap Display:
    • Unit Width/Height in Pixels: 8
    • Display Width/Height in Pixels: 256
    • Base address for display: 0x10008000 ($gp)
    • Hit (Connect to MIPS)
  • Hit (Tools -> Keyboard and Display MMIO Simulator)
  • Setup Keyboard and Display MMIO Simulator:
    • Hit (Connect to MIPS)
  • Run proyecto.asm
  • Play:)