File Name | Size | Description |
A1.ASM | 1270 | Takes two strings and puts alternate characters from each one in a new memory location |
A2.ASM | 2862 | Reads a string entered from the keyboard and tests it against three strings in memory and print whether or not a match is found |
Strangely enough there is no Assignment 3 | ||
A4.ZIP | 2583 | Scans a file for five user-entered passwords by opening a file, reading in 5 bytes, decoding it, comparing it to string entered by user, and sending results to screen and printer |
A5.ZIP | 3744 | Asks for an inventory number from the user, looks for that number in a file. If number found, asks for quantity desired. Repeats until '000000' is entered for inventory number. Sends and invoice to printer. |
A6.ASM | 3408 | Displays a moving bar menu on the screen and allows the user to navigate it using the arrow keys. |