1 个仓库
System emulators that use spreadsheet cells to manage state and hardware components.
Distinct from PDF-Based System Emulators: Unlike PDF or Web emulators, these use the formula-driven logic of spreadsheets to drive the emulation.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Spreadsheet-Based Emulators. Refine with filters or upvote what's useful.
excelCPU 是一个基于电子表格的计算机模拟器,模拟 16 位中央处理器。它作为一个教育性 CPU 模型,其中系统状态、寄存器和随机存取存储器都在电子表格单元格网格内进行管理。 该项目包括一个汇编编译器,将自定义汇编源代码转换为与电子表格单元格兼容的格式,用于只读存储器存储。它允许自动程序执行和手动操作以覆盖特定指令。 该模拟涵盖了核心硬件架构概念,包括逻辑门原型设计、指令获取和内存管理。此环境通过公式驱动的逻辑实现了寄存器与系统内存之间交互的可视化。
Emulates a complete computer architecture where system state and RAM are managed within a grid of cells.