TheEmeraldBee / UVSim

CS-2450 UVSim Project
1 stars 0 forks source link

Main Memory #1

Closed TheEmeraldBee closed 1 week ago

TheEmeraldBee commented 1 week ago

Implementation

Use basic class to store 100 memory slots.

Types

Using a basic array with 100 integers should work.