Introduction to Computer Architecture Project.
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.
To run the project you need the P3 simulator:
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".
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.