1,885
edits
Changes
→Option 2: Numeric Display
#* Find alternate patterns on the web, or
#* Design your own font patterns
# Encode the font patterns for these characters using DCB (declare constant byte) instructionsdirectives.
# Write code to display a 2-digit unsigned decimal number (0-99). The + and - keys should increment and decrement this number.
Challenge: extend the code to suppress leading zeros and display a signed number (-99 to +99).