Skip to content

Apocalypse3007/CO-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom-ISA-Assembler-Simulator

Project Title: Custom ISA Assembler and Simulator

Description:

This repository contains the source code for a custom-built assembler and simulator designed for the Instruction Set Architecture (ISA) specified in the provided ISA sheet. This toolset offers the following functionalities:

  • Assembly: Reads assembly instructions from a text file named "Instructions.txt".
  • Error Checking: Thoroughly analyzes the input instructions for potential errors and prints detailed error messages if any are found.
  • Simulation: If the input is free of errors, the assembler generates the corresponding binary encoding for each instruction.
  • ISA Compatibility: Handles all valid instruction types defined in the provided ISA sheet.

Verification: The generated binary encodings have been extensively verified against the provided ISA sheet to ensure accuracy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages