User`s manual

5.Limitations
2)When a line with 255 or more characters exists in 1 source file, the assembly of the
line is not sometimes performed right. In this case, an error occurs in the SRA74M or
LINK74M. Except for the line only of the comment, make the maximum number of
characters with 1 line 255 digits or below.
3)Describing a symbol for forward-referencing in the conditional expression in
conditional assembling results in the assembling being terminated unsuccessfully
processed correctly and the SRA74M will be completed incorrectly.
[Example]
.section P
.IF BBB ;A symbol for foward-referencing described in the
conditional expression
lda AAA
.ELSE
nop
.ENDIF
BBB .equ 0 ;The symbol defined
.end
[Countermeasure]
Do not describe any symbol for forward-referencing in the conditional
expression in conditional assembling.
4)Foward-referencing a label in a relocatable zero-page section causes incorrect data to
be written to the HEX file.
[Example]
.section P
.org 1000h
lda YY
nop
.section Z
YY: .blkb 2 ;A label defined
.end
[Countermeasure]
Do not forward-reference any label in a relocatable zero-page section.
47