Skip to content

Web App implementation of Basic Computer Assembler described in Morris Mano's "Computer System Architecture" Book.

Notifications You must be signed in to change notification settings

AsifulNobel/Basic-Computer-Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Computer Assembler

This is an assignment for CSE 332 (Computer Architecture) course. The assembler part changes assembly code to machine code. The idea of the assembler is based on Morris Mano's Basic Computer.

Web interface is powered by Django framework of Python.