My Project
|
Program to demonstrate how to use ISA info from lc3.h
More...
Functions | |
int | main (int argc, char *argv[]) |
Study the code in main to understand how to determine the number and types of operands a particular LC3 instruction has. This information is encoded in a data structure defined in lc3.h
This code is a subset of the operations you will need to do when writing the assembler.
int main | ( | int | argc, |
char * | argv[] | ||
) |
entry pointof program