errors
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
errors [2020/02/20 17:44] – jtwine | errors [2020/04/12 10:48] (current) – jtwine | ||
---|---|---|---|
Line 9: | Line 9: | ||
^ Syntax error, expected: %%;%% ^ The line in question or the line above it is missing the statement terminator, which is a semicolon, or an invalid character was present in a label or program name.^ | ^ Syntax error, expected: %%;%% ^ The line in question or the line above it is missing the statement terminator, which is a semicolon, or an invalid character was present in a label or program name.^ | ||
^ Syntax error, expected: DisplayString ^ The '' | ^ Syntax error, expected: DisplayString ^ The '' | ||
- | ^ Strings used in Display and Serial statements cannot be longer than 32 printed characters ^ The '' | + | ^ Strings used in Display and Serial statements cannot be longer than 32\\ printed characters ^ The '' |
^ Invalid character: %%' " '%% ^ If this error is shown at the start of the quoted string for a '' | ^ Invalid character: %%' " '%% ^ If this error is shown at the start of the quoted string for a '' | ||
- | ^ Syntax error, expected: RegName, Symbol, IntegerValue, | + | ^ Syntax error, expected: RegName, Symbol, IntegerValue, |
- | ^ Syntax error, expected: SetupBeep, SetupInteractiveErrors, | + | ^ Syntax error, expected: SetupBeep, SetupInteractiveErrors, |
^ Syntax error, expected: Repeat, Loop, ;, Into ^ A statement has an unsupported value in it. ^ | ^ Syntax error, expected: Repeat, Loop, ;, Into ^ A statement has an unsupported value in it. ^ | ||
Line 25: | Line 25: | ||
^ L1029 ^ ICE: Unexpected IF modifier type {modtype} encountered ^ This is an Internal Compiler Error that should not occur - contact me if it does. ^ | ^ L1029 ^ ICE: Unexpected IF modifier type {modtype} encountered ^ This is an Internal Compiler Error that should not occur - contact me if it does. ^ | ||
^ L1030 ^ ICE: No register obtained for resolved Alias ^ This is an Internal Compiler Error that should not occur - contact me if it does. ^ | ^ L1030 ^ ICE: No register obtained for resolved Alias ^ This is an Internal Compiler Error that should not occur - contact me if it does. ^ | ||
- | ^ L1512 ^ < | + | ^ L1512 ^ < |
- | ^ L1513 ^ < | + | ^ L1513 ^ < |
^ L1514 ^ < | ^ L1514 ^ < | ||
^ L1515 ^ < | ^ L1515 ^ < | ||
Line 50: | Line 50: | ||
^ L1535 ^ Only one {modifier} statement is allowed. ^ You can only specify the indicated modifier once. ^ | ^ L1535 ^ Only one {modifier} statement is allowed. ^ You can only specify the indicated modifier once. ^ | ||
^ L1536 ^ If specified, the SetupPod statement must be the first statement in a 10LC file ^ Since Pod configuration affects other setup information, | ^ L1536 ^ If specified, the SetupPod statement must be the first statement in a 10LC file ^ Since Pod configuration affects other setup information, | ||
- | ^ L1537 ^ < | + | ^ L1537 ^ < |
- | ^ L1538 ^ Program < | + | ^ L1538 ^ Program < |
- | ^ L1539 ^ Compilation stopped because the WarningsAreErrors option is set and a warning was emitted ^ D ^ | + | ^ L1539 ^ Compilation stopped because the WarningsAreErrors option is set and a warning was emitted ^ A warning was generated but since the WarningsAreErrors option was set, this stops compilation. |
- | ^ L1540 ^ The extended statements are unavailable because the EnableIntrinsicStatements option was not set ^ D ^ | + | ^ L1540 ^ The extended statements are unavailable because the EnableIntrinsicStatements option was not set ^ The EnableIntrinsicStatements option must be set in order to use the extended/ |
- | ^ L1541 ^ The SetupPod statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1541 ^ The SetupPod statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1542 ^ The SetupBeep statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1542 ^ The SetupBeep statement has already been specified (possibly in another file) ^The '' |
- | ^ L1543 ^ The SetupInteractiveErrors statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1543 ^ The SetupInteractiveErrors statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1544 ^ The SetupBusTestAddress statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1544 ^ The SetupBusTestAddress statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1545 ^ The SetupRunUUTAddress statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1545 ^ The SetupRunUUTAddress statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1546 ^ The SetupXOn statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1546 ^ The SetupXOn statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1547 ^ The SetupXOff statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1547 ^ The SetupXOff statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1548 ^ The SetupLineSize statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1548 ^ The SetupLineSize statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1549 ^ The SetupPodTimeout statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1549 ^ The SetupPodTimeout statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1550 ^ The SetupNewline statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1550 ^ The SetupNewline statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1551 ^ The SetupMaskFLMayBeEnabled statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1551 ^ The SetupMaskFLMayBeEnabled statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1552 ^ The SetupForcingLineNames statement has already been specified (possibly in another file) ^ D ^ | + | ^ L1552 ^ The SetupForcingLineNames statement has already been specified (possibly in another file) ^ The '' |
- | ^ L1553 ^ The SetupMemMap | + | |
^ L1554 ^ A Global Alias named < | ^ L1554 ^ A Global Alias named < | ||
- | ^ L1555 ^ A Program cannot execute itself ^ A program | + | ^ L1555 ^ A Program cannot execute itself ^ A Program |
+ | ^ L1556 ^ An unescaped < | ||
+ | ^ L1557 ^ An unescaped < | ||
+ | ^ L1558 ^ There is a limit of 16 Labels per Program ^ A Program can only have 16 labels defined. ^ | ||
+ | ^ L1559 ^ There is a limit of 100 Programs ^ Only 100 Programs can be created on the 9010A. ^ | ||
+ | ^ L1560 ^ Invalid program number <num> specified - program numbers have a range of 0 to 99. ^ A Program declaration specified a Program Number but the specified number was out of range. ^ | ||
+ | ^ L1561 ^ An unescaped < | ||
+ | ^ L1562 ^ Program < | ||
errors.1582242288.txt.gz · Last modified: 2020/02/20 17:44 by jtwine