For Project TASSLA (Tiny Assembly Language), you will implement a program that interprets and executes the instructions of a small program written in the TASSLA language, which is a language similar to assembly. Project TASSLA will be implemented in C, using the Linux environment provided in the course VM. For Part #1 of this project, your program will: read a TASSLA program from the shell command line store the TASSLA program instructions and its variables in the provided data structures For Part #2 of this project, your program will: execute the program instructions stored in Part #1 of the project
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |