A Modified Simple Instruction Computer
-
Updated
Dec 22, 2022 - Python
A Modified Simple Instruction Computer
The one-pass assembler will read the assembly code, allocate memory, and generate the corresponding relocatable machine code for execution on modi-SIC. It will handle symbol resolution, directive processing, and object code generation (HTE) in a single pass.
A modi-SIC disassembler is a program that translates machine code (HTE record) into an assembly code for the Modified Simplified Instructional Computer (modi-SIC).
Add a description, image, and links to the modi-sic topic page so that developers can more easily learn about it.
To associate your repository with the modi-sic topic, visit your repo's landing page and select "manage topics."