Changes

Jump to: navigation, search

6502 Assembly Language Math Lab

2 bytes removed, 17:31, 22 September 2021
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).

Navigation menu