KoMo2  1.0.0
A modern ARM emulator GUI.
Public Attributes | List of all members
SourceFileLine Class Reference

Describes a single line of a .kmd file. More...

Public Attributes

SourceFileLineprev
 The previous line of the overall source file.
 
SourceFileLinenext
 The next line of the overall source file.
 
bool hasData
 A flag that indicates that the line stores internal data or not.
 
unsigned int address
 The address of the source line.
 
int dataSize [4]
 Stores the size of the data fields.
 
int dataValue [4]
 Stores the data values.
 
char * text
 Text, as read from the source file.
 

Detailed Description

Describes a single line of a .kmd file.

Definition at line 168 of file kcmd.cpp.


The documentation for this class was generated from the following files: