My Project
|
Driver for the lc3 assembler. More...
Functions | |
int | main (int argc, char *argv[]) |
This file is a driver for the lc3 assembler and contains main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
The entry point of the assembler. The program is invoked using:
mylc3as [-hex] assembly_file_name
argc | - count of arguments |
argv | - an array of arguments |