Return to previous page Return to menu Go to next page

Document 1: Executable file format generated by dAsms

The
executable program is a text file with the following format, and the extension is EXC.

--------------------------------------------------------------------

--------------------------------------------------------------------
● The format of one line in the coefficient / address data part is as follows.
--------------------------------------------------------------------
[Internal RAM address]: [Data]: [Symbol name]: [Notation mode / Initial value]
--------------------------------------------------------------------
* The [Notation mode / Initial value] part is to the right of the coefficient / address constant definition part of the source code.
The same format as the side. 

● One-line format of program part

--------------------------------------------------------------------
[Program RAM address]: [Data]
--------------------------------------------------------------------
* In the [Data] part, 64-bit data is divided into four blocks every 16 bits.
Is represented by 4 hexadecimal characters. In addition, a blank character is inserted between each block.
Please refer to the example of the executable file shown below. 


Return to previous page Return to menu Go to next page