![]() |
KoMo2
1.0.0
A modern ARM emulator GUI.
|
Describes a single line of a .kmd file. More...
Public Attributes | |
| SourceFileLine * | prev |
| The previous line of the overall source file. | |
| SourceFileLine * | next |
| 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. | |
1.8.11