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 64K memory History
CEF32
CEF Generic 64K memory
This is a 64K static RAM memory component. The valid maximum address range is 0 to 65535, inclusive. This allocates a 64K 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.
|