;; Routines to process OUT and IN instructions. This is the ;; bit that's unique to TI calculators. ;; Port is in d0, byte is in d1 port_in: rts port_out: rts