DASM
|
DCPU-16 assembler context class. More...
Go to the source code of this file.
Classes | |
class | DASM |
DCPU-16 assembler context class. More... |
DCPU-16 assembler context class.
Holds the current state of our assembler context as we build and the methods to perform the assembly. We manage a number of IO objects which can provide file read and write formats. The IO objects can process the files based on their extension, or be explicitly requested to read or write data by giving their type.
Possible use:
my $dasm = new DASM(); $dasm->readfile($inputname); $dasm->writefile($output); $dasm->dump();
Definition in file DASM.pm.