Skip to content

Latest commit

 

History

History

emu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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