DASM
|
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... |
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.
Definition in file Address.pm.