注册
登录
模型可视化
>>
number-guessing-game
>>
返回
项目作者:
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
Run Mars(MIPS simulator) from the “resources” folder with the command:
java -jar Mars.jar
After Mars is opened, open files ending with “.s”
On “Settings”, select “Assemble all files in directory” option
On “Settings”, click “Exception handler,” type in the path to the “resources/exceptions.s” file
Run it