Program must include at least 50 lines of unique assembly language code, and may also include C code. IMPORTANT, for each line of code, please comment on what is happening in each line.
My Program Proposal: In my program, I am going to create a game based on multiple math problems. It will start off simple (beginner level) then once the user answers those problems correctly, they will proceed to the intermediate level. After they answer the problems correctly from the intermediate level, they will proceed to the advanced level (last level). Finally, after the advanced level has been completed the user will be admitted to “The Math Universe” (NAME OF THE GAME).
My Teacher’s Response: “This is a great idea. Create random questions and verify the math with the user input. Use printf() and scanf() in C for all your input and output needs. Take care of your primary logic in ARM. ALSO, Use an LFSR (Linear-Feedback Shift Register) to generate random numbers for the player and have them do bitwise operations AND XOR.”
0 comments