Changes

Jump to: navigation, search

6502 Assembly Language String Lab

13 bytes added, 10:13, 3 February 2020
Option 3: Hexdump
==== Option 3: Hexdump ====
# Create a subroutine which enables the user to enter a 4-digit hexadecimal value. Allow the use of the backspace key for editing, and show the user the cursor location.
# Using this subroutine, ask the user for a starting address and a length(in bytes), and then output a hexdump of the specified memory locations, formatted to show address and data information in some layout. If the output is longer than the screen, pause for user input (e.g., "Press ENTER to continue" or something similar) every 20 lines.
==== Option 4: Screen Colour Selector ====

Navigation menu