├── CPU.xlsx ├── Excel-ASM16.xml ├── LICENSE ├── README.md ├── ROM.xlsx ├── compileExcelASM16.py ├── instructionSet.xlsx └── sample programs ├── PAGODA.BIN ├── bouncingBall.s └── cycle.s /CPU.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/excelCPU/HEAD/CPU.xlsx -------------------------------------------------------------------------------- /Excel-ASM16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/excelCPU/HEAD/Excel-ASM16.xml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/excelCPU/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/excelCPU/HEAD/README.md -------------------------------------------------------------------------------- /ROM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/excelCPU/HEAD/ROM.xlsx -------------------------------------------------------------------------------- /compileExcelASM16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/excelCPU/HEAD/compileExcelASM16.py -------------------------------------------------------------------------------- /instructionSet.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/excelCPU/HEAD/instructionSet.xlsx -------------------------------------------------------------------------------- /sample programs/PAGODA.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/excelCPU/HEAD/sample programs/PAGODA.BIN -------------------------------------------------------------------------------- /sample programs/bouncingBall.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/excelCPU/HEAD/sample programs/bouncingBall.s -------------------------------------------------------------------------------- /sample programs/cycle.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InkboxSoftware/excelCPU/HEAD/sample programs/cycle.s --------------------------------------------------------------------------------