Open Issues Need Help
View All on GitHubAI Summary: This issue requests comprehensive documentation for a basic x86 CPU simulator implemented in Excel/VBA. The simulator includes general-purpose registers, an accumulator, a program counter, I/O ports, and a simplified instruction set with a MOVER (data transfer) operation. The goal is to document the entire CPU code, which is linked in the issue.
Repositorio para el proyecto de simulación de la CPU y Memoria Jerárquica
AI Summary: This issue requests comprehensive documentation for a memory simulation system built in Excel/VBA. The simulator includes RAM, a set-associative cache with LRU replacement, and a Memory Management Unit (MMU) with paging and LRU replacement. It also details the visual layout and key functions like simulation reset and memory reading.
Repositorio para el proyecto de simulación de la CPU y Memoria Jerárquica