The PutInt8 procedure uses repeated division by 10. Alternatively, you can display
an 8-bit number by first dividing it by 100 and displaying the quotient; then divide the
remainder by 10 and display the quotient and remainder (in that order). Modify the
PutInt8 procedure to incorporate this method. Discuss the pros and cons of the two
methods.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here