darkmacheken / IAC

Introduction to Computer Architecture Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IAC - 2015/2016

Introduction to Computer Architecture Project.

Introduction

The project consists in the developing of a game with the same mechanics of Flappy Bird. The project was developed using the assembly language from the P3 processor.

The rules and instructions of the game are in the statement under /docs.

Requirements

To run the project you need the P3 simulator:

How to run

P3JS

To run the project in this simulator, you just need go to the P3JS site, paste the source code to the editor and click "Assemble and Run".

p3sim

To run the project, you need first to compile the code to binary. Use the official assembler that can be download from the P3 processor page. To start the simulator you need to run the following command:

    java -jar p3sim.jar

Load the binary that was the output of the assembler and click run.

About

Introduction to Computer Architecture Project.

License:Apache License 2.0


Languages

Language:Assembly 100.0%