Can someone please help me with this homework? I don't know where to even begin. I don't want someone to do it for me, just tell me how I should do this. Thank you.
I'm not entirely sure what all those "MARIE" statements are supposed to do (i'm not very familiar with assembler yet), but just to get you started:
I'm assuming that you write a file containing MARIE statements. You will need to open this file in C++. Once the file is open, you need to read it word by word (or line by line, whichever you prefer). You can then check every statement and convert it into the proper C++ (or other code). The tutorial on this site should provide you with most of the things you need to get started: http://www.cplusplus.com/doc/tutorial/
If you need any further help I'm afraid we'll need a little more info on what it is your teacher expects from this assignment exactly.
Sorry I couldn't be of more help.
All the best,
NwN