macro_rules! peek { ($address:expr) => { ... }; }
Peek into memory (volatile read)
let value = peek!(0xC000 as *mut u8);