Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 824 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 824 Bytes

Computer-Architecture (COL216)

Computer Architecture (ARM Assembly+VHDL) - Prof. Anshul Kumar

Sudoku

Take sinput from a text file for initialisation of the grid. Later on checks if a given move is valid or not and depending on the correctness the game proceeds. Implemented various checks to see if the game can still proceed or not. Used Embest Board plugin for successfull demonstration of the project.

Othello

Designed and developed the famous Othello game with original rules in ARM Assembly. Keeps track of current number of markers of both players. Embest Board plugin was used for demonstartion of the project. Also code in high level language (Java) is provided.

Bubblesort

As the name specifies it is the famous Bubblesort Algorithm. The above code of Bubblesort is written in ARM Assembly language.