(n08 x) → *
Function: n08$inline
(defun n08$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 8 x) :exec (logand 255 x)))