What to do: Sort an array of single digit positive integers in LC-3 assembler
- program will prompt user to enter a single digit integer. Non-negative values are accepted, with a zero entered to terminate input
- the program will sort the data from least value to largest values
Assumptions: your program is to be loaded at location x3000. Data will reside at location x7000. Your program should be written in assembler.
First, assume that 10 non-negative integers are stored starting at location x7000.