CENOS: The Modern CPU Simulator
-
Updated
Aug 10, 2022 - C++
CENOS: The Modern CPU Simulator
Implements a two-pass assembler for a custom assembly language in ANSI C.
4-bit CPU designed with discrete components and 74-series ICs.
The following is a C++ implementation of a two pass Assembler
Implementation of two-pass assembler in Java. Pass 1 generates literal, symbol, and pool tables. Pass 2 generates intermediate code.
Add a description, image, and links to the 2-pass-assembler topic page so that developers can more easily learn about it.
To associate your repository with the 2-pass-assembler topic, visit your repo's landing page and select "manage topics."