Site Contents
- Home
- Specification
- CEF32
- CWG
- Docs
Email Sign Up
Sign up for email alerts
If you wish to be notified of changes in cef or cef32, click here, and press the Send button.
CEF Generic 4M memory History
CEF32
CEF Generic 4M memory
This is a 4 Mb static RAM memory component. This allocates a 4 Mb buffer in memory and is, therefore, much faster than the CEFMemory component.
Startup commands:
Command
|
Description
|
HIGH n
|
Sets the highest address responded to by the memory. The value is assumed to be hexadecimal unless it is terminated with a period (.) - indicating a decimal value.
|
LOAD x
|
Loads the contents of memory from the specified filename (x). If the filename contains spaces, it must be enclosed in single (') or double (") quotes. The loaded file is assumed to be a memory image which
|
LOW n
|
Sets the lowest address responded to by the memory. The value is assumed to be hexadecimal unless it is terminated with a period (.) - indicating a decimal value.
|
ROM
|
Sets entire memory range to read-only.
|