DASM
Classes
DASM.pm File Reference

DCPU-16 assembler context class. More...

#include "Carp.pm"
#include "DCPU.pm"

Go to the source code of this file.

Classes

class  DASM
 DCPU-16 assembler context class. More...

Detailed Description

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();
Author:
Justin Fletcher

Definition in file DASM.pm.