Skip to content

marty-jimenez/ComputerOrganization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Computer Organization

U. of Illinois, Chicago

ECE 366: Spring 2020

ISA Project: Me and my groupmates were tasked to create and implement an 8-bit instruction set in Python. In main we decode and simulate a given text file with 8-bit binary instructions (which is checked if it is valid). Main is able to write the instructions it is doing in a seperate text file, but most importantly it writes the memory which has all of our valuable data that is stored. In a previous project we implemented the perceptron algorithm in MIPS assembly language which we now translated into our own instruction set so we can run it in our python simulator.