Assignments - CAD & IA32
Gave up on my CPU for now. So sad. Stare at the coding so long still can't do. Planning to leave it a few days then go back to it again. Hope it's not too late by then. I have another assignment as well, Intel Assembly programming. Just started today. 
Using WinAsm Studio as my IDE and MASM as the assembler. Seriously, the assignment is quite simple. I'm still thinking if to make it a little bit more complicated. I mean, what is needed in the assignment is to input your name, display it, input 10 numbers, count the sum and average and display it. That's all!
The best part is, I don't even have to figure out how to call the function to read the input from keyboard. The basic console template in WinAsm Studio already included that function. So the input name and displaying it part, I just need to modify the words displayed on screen. 
I'm now at the part that ask you to input 10 numbers. Still thinking if I should ask the user to input the numbers one by one, or I should play around with the string command in MASM (I'm not using Irvine.inc function. masm32.inc is good enough)

