Repositorio para el proyecto de simulación de la CPU y Memoria Jerárquica

2 Open Issues Need Help Last updated: Oct 5, 2025

Open Issues Need Help

View All on GitHub
Software Development Application Development

AI 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.

Complexity: 3/5
good first issue

Repositorio para el proyecto de simulación de la CPU y Memoria Jerárquica

Software Development Application Development

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.

Complexity: 3/5
good first issue

Repositorio para el proyecto de simulación de la CPU y Memoria Jerárquica