./src/*
├─ src/images - # Processor modules and driver simulation results
├─ src/ALU.txt - # ALU Module of the processor
├─ src/DATAMEM.txt - # 16 Kilo Byte Data Memory
├─ src/GROUP00TEST-Driver.txt - # Testing Driver Code for Group 00 Instruction set
├─ src/GRP01&11TEST-Driver.txt - # Testing Driver Code for Group 01 && 11 Instruction set
├─ src/INSMEM.txt - # Instruction memory with 256 x 24 Bit instruction capability
├─ src/PROCESSOR.txt - # Processor module which assembles all sub-modules of the processor
└─ src/PROCESSOR-STIMULUS.txt - # Processor Driver Code example
./Instruction-Set.pdf - # Driver instructions for the processor
./Doc.pdf - # Architecture and instruction formats
List of internal control signals
INSGRP
INSOPC
RDIM
RDDM
WRDM
OPERANDS1
OPERANDS2
OPERANDS3
ALU
RDLOAD
RDSTORE
ASSIGN
MOV
BRANCH
SPC
RSPC
SWRESET
STOP