项目作者: kelvinluime

项目描述 :
A number guessing game in assembly language.
高级语言: Assembly
项目地址: git://github.com/kelvinluime/number-guessing-game.git
创建时间: 2017-05-26T18:06:15Z
项目社区:https://github.com/kelvinluime/number-guessing-game

开源协议:

下载


How to Play This Game

  1. Run Mars(MIPS simulator) from the “resources” folder with the command:
    java -jar Mars.jar
  2. After Mars is opened, open files ending with “.s”
  3. On “Settings”, select “Assemble all files in directory” option
  4. On “Settings”, click “Exception handler,” type in the path to the “resources/exceptions.s” file
  5. Run it