1#![no_std] 2#![feature(asm_const)] 3#![allow(unused)] 4pub mod asm; 5pub mod cpu; 6pub mod iocsr; 7pub mod ipi; 8pub mod register; 9pub mod time; 10pub mod consts; 11const VALEN: usize = 48; 12const PALEN: usize = 48;