Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 931 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 931 Bytes

A quick description of the files in the project.

Files Description
cpu.c CPU emulation code
cpu.h
disassem.c Tools to support disassembly features
disassem.h
main.c Main entry point for the emulator
mem.c Memory bus logic code
mem.h
ternary.c Balanced ternary math operations
ternary.h