Skip to content

darkmacheken/IAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published