Alright so I just finished the final for my Assembly class
Here are my thoughts:
3 problems: 1) make an array and fill it with Fibonacci numbers, 2) output a single line of text with one character on one line, and 3) calculate pay from pay rate and hours worked.
Actual problem: Visual Studio can compile MASM but Windows 10 flags Project.exe as a virus and doesn't allow execution.
So I ended up with compilable code that hasn't been tested.
That was fun.