OpenASIP
2.0
|
#include <iostream>
#include "tce_config.h"
#include "CmdLineOptions.hh"
#include "Assembler.hh"
#include "ADFSerializer.hh"
#include "Machine.hh"
#include "Binary.hh"
#include "TPEFWriter.hh"
#include "FileSystem.hh"
#include "BinaryStream.hh"
Go to the source code of this file.
Classes | |
class | AsmCmdLineOptions |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 83 of file tceasm.cc.
References __func__, CmdLineParser::argument(), Assembler::compile(), Exception::errorMessage(), FileSystem::fileIsReadable(), machine, CmdLineParser::numberOfArguments(), options, outputFileName(), CmdLineOptions::parse(), MachInfoCmdLineOptions::printHelp(), ADFSerializer::readMachine(), Exception::setCause(), XMLSerializer::setSourceFile(), and Assembler::warnings().