// Copyright (C) 1999-2003 Core Technologies. // // This file is part of tpasm. // // tpasm is free software; you can redistribute it and/or modify // it under the terms of the tpasm LICENSE AGREEMENT. // // tpasm is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // tpasm LICENSE AGREEMENT for more details. // // You should have received a copy of the tpasm LICENSE AGREEMENT // along with tpasm; see the file "LICENSE.TXT". #include #include #include #include #include #include #include #include "defines.h" #include "tpasm.h" #include "memory.h" #include "files.h" #include "symbols.h" #include "label.h" #include "segment.h" #include "parser.h" #include "pseudo.h" #include "context.h" #include "alias.h" #include "macro.h" #include "globals.h" #include "processors.h" #include "support.h" #include "listing.h" #include "outfile.h"