] > Assignment 1: Object Code (Due: Th, April 3)

Assignment 1: Object Code (Due: Th, April 3)

Write an interpreter for MINI-MACHINE programs. The invocation to the interpreter should provide the name of a program file and the name of a data file.

 Program Files
 The Interpreter
 Requirements

Program Files

A MINI-MACHINE program file should consist of

The Interpreter

The interpreter should be a program that

The execution starts by initializing LC to zero and then repeatedly doing the following.

Requirements