Macro assign_memory_value

Source
macro_rules! assign_memory_value {
    ($processor:expr, $memory:expr, $index:expr, $source:expr) => { ... };
}
Expand description

Macro for matching the memory type and setting the value. Omits the value of Width.