Skip to main content Link Search Menu Expand Document (external link)

Program memory (“ram-mem”)

RAM memory is a part of RAM simulator and acts as the “program memory” (it holds just the program, no data).

RAM CPU reads instructions from this memory, data are read from abstract tapes. Instructions are written into this memory only through compiling the source code or loading an already compiled binary image.

The memory plugin contains a simple graphical window, which can be seen in the following image:

RAM memory window

1 Open already compiled program into memory. The previous program will be dismissed. RAM binary files has extension .bram.
2 Dump memory content into a file (either human-readable or .bram).
3 Clears memory.