DASM
Classes
DASMIO/Address.pm File Reference

DCPU-16 assembler I/O functions for reading and writing address dumps. More...

#include "DASM.pm"

Go to the source code of this file.

Classes

class  DASMIO::Address
 DCPU-16 assembler I/O functions for reading and writing address dumps. More...

Detailed Description

DCPU-16 assembler I/O functions for reading and writing address dumps.

Address dumps consist of address prefixed word values, eg:

  0000 : 1234

or multiple word values:

  0000 : 1234 5678 abce

Address dumps contain no symbols or relocation data. They are just text dumps of the content.

Author:
Justin Fletcher

Definition in file Address.pm.