PICK-INPUT-ROUTINE was not correctly reading in positive bytes because
it always DPB'ed the result into -1, which always results in a negative number. We need to check the most significant bit to decide what to do.
Please register or sign in to comment