User Tools

Site Tools


warnings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
warnings [2020/02/20 18:05]
jtwine
warnings [2020/02/26 16:42]
jtwine
Line 20: Line 20:
 ^ L0526 ^ Program <​ProgramName>​ (<​Program#>​) contains no executable code  ^ The specified program does not contain any real executable code - it is nothing more than a ''​Program''​ statement. ^ ^ L0526 ^ Program <​ProgramName>​ (<​Program#>​) contains no executable code  ^ The specified program does not contain any real executable code - it is nothing more than a ''​Program''​ statement. ^
 ^ L0527 ^ Value <​HexValue>​ (<​DecimalValue>​) exceeds the specified CPU's data size  ^ A value was specified in a ''​Write''​ statement that exceeds the word-size of the configured Pod's CPU. ^ ^ L0527 ^ Value <​HexValue>​ (<​DecimalValue>​) exceeds the specified CPU's data size  ^ A value was specified in a ''​Write''​ statement that exceeds the word-size of the configured Pod's CPU. ^
 +^ L0528 ^ An unescaped <​char>​ character is followed by a <​char>​ character which could not be identified as a valid Regster ​ ^ A special character was used in a ''​Display''​ or ''​Serial''​ statement that should have been followed by a valid Register identifier but was not. ^
 +^ L0529 ^ A global Alias named <​Alias>​ was created but was never referenced ​ ^ A global Alias was created but was not referenced by any Programs. ^
  
warnings.txt ยท Last modified: 2020/04/12 10:54 by jtwine