A python implementation of an Assembler (defined ISA) and a simulator based on the binary generated by the ISA. It also provides the memory access trace w.r.t. cycles.
-
Updated
Sep 2, 2021 - Python
A python implementation of an Assembler (defined ISA) and a simulator based on the binary generated by the ISA. It also provides the memory access trace w.r.t. cycles.
Simply the simulated version of the CPU based on 'Reptile' design. It takes an assembly code file as input and shows the final state of all registers and data memory.
Computer Organization Course Assignment for Winter 2020-2021 Semester at IIIT-Delhi
Add a description, image, and links to the assembly-simulation topic page so that developers can more easily learn about it.
To associate your repository with the assembly-simulation topic, visit your repo's landing page and select "manage topics."