```rust sys_mode = const { use cortex_r::register::cpsr::{Cpsr, ProcessorMode}; Cpsr::new_with_raw_value(0).with_mode(ProcessorMode::Sys).with_i(true).with_f(true).raw_value() } ``` In the immortal words of Jazz Emu ... I could get into it.