Data, DataInt, DataLong
Previous  Next

Description: Inserts data into the ROM that can be read by the Read, ReadInt, and ReadLong commands, as well as the Read(), ReadInt(), and ReadLong&() functions.

     Syntax:

Data <Constant> [, <Constant>, ...n]
DataInt <Constant> [, <Constant>, ...n]
DataLong <Constant> [, <Constant>, ...n]

Part
Description
<Constant>
Required. Constant data can either be number or characters for Data statements, but must be numerical for DataInt and DataLong commands.

Example:

MyData:
        Data "Hello World!", "More Data"
        DataInt 0,1,$0EAA, &hFF
        DataLong 80000,95000,8975200