Difference between revisions of "RAM"
From veswiki
m (1 revision) |
|||
Line 1: | Line 1: | ||
− | RAM is an acronym for '''R'''andom '''A'''ccess '''M'''emory, memory which can be read from and written to at any time. The Channel F has 64 scratch-pad [[register]]s which can be written and read like RAM through the ISAR and register opcodes, and 128x64 bytes of [[VRAM]] that | + | RAM is an acronym for '''R'''andom '''A'''ccess '''M'''emory, memory which can be read from and written to at any time. The Channel F has 64 scratch-pad [[register]]s which can be written and read like RAM through the ISAR and register opcodes, and 128x64 bytes of [[VRAM]] that stores the on-screen image by outputting through the [[port]]s. In the Channel F the VRAM is not hooked up to be read back and the left over space can't be used for temporary storage. |
== External Links == | == External Links == | ||
* http://en.wikipedia.org/wiki/Random_access_memory | * http://en.wikipedia.org/wiki/Random_access_memory |
Revision as of 21:23, 17 November 2012
RAM is an acronym for Random Access Memory, memory which can be read from and written to at any time. The Channel F has 64 scratch-pad registers which can be written and read like RAM through the ISAR and register opcodes, and 128x64 bytes of VRAM that stores the on-screen image by outputting through the ports. In the Channel F the VRAM is not hooked up to be read back and the left over space can't be used for temporary storage.