Various programs written in Assembly Language using Visual Studio 2013 and MASM (Microsoft Macro Assembler).
Project02 - A program that calculates Fibonacci numbers.
Project03 - A program that counts and accumulates a list of negative integers and calculates the rounded average of these numbers by first asking the user for numbers to input.
Project04 - A program that calculates composite numbers by first asking the user for numbers to input.
Project05 - A program that displays a list of random integers (both sorted and unsorted), then calculates and displays the median of the sorted list.
Project6A - A program that implements and tests my own ReadVal and WriteVal procedures for unsigned integers.