MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / ram.rs

File ram.rs

crates/virtual-machine/src/memory/ram.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Main memory (DRAM). Occupies the top half of the address space
2//! (`0x8000_0000` .. `0xFFFF_FFFF`) by default.
3
4use crate::error::VmError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected