Help with homework

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.

http://www.csis.ysu.edu/~kriss/classes/f2013/3740/index.html

It's the second to last one called "Writting a MARIE assembler (due 10/23/2012)".
closed account (o3hC5Di1)
Hi there,

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
closed account (D80DSL3A)
Duoas offered some good direction here http://www.cplusplus.com/forum/general/114013/#msg622690
Why did you ignore that?
EDIT: Or did you not see it?
Last edited on
Topic archived. No new replies allowed.