pub fn xpush64<E>(into: &mut E, src: impl Into<XReg>)where E: Extend<u8>,
encode
*sp = src; sp = sp.checked_add(8)