PowerPC Rlwinm/Rlwimi/Rlwmn Decoder Tool
use rlwinmdec::*; fn main(){ if let Some(result) = decode("rlwinm r3, r4, 3, 4, 5") { println!(result); } }