Computer Architecture (ARM Assembly+VHDL) - Prof. Anshul Kumar
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.
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.
As the name specifies it is the famous Bubblesort Algorithm. The above code of Bubblesort is written in ARM Assembly language.