macro_rules! assign_memory_value { ($processor:expr, $memory:expr, $index:expr, $source:expr) => { ... }; }
Macro for matching the memory type and setting the value. Omits the value of Width.
Width