FUNL0119 Error performing arithmetic in line (linenum): (intcode) opcode (op).: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
Line 1: Line 1:
This indicates that the FUEL program contained an arithmetic expression which resulted in an error, such as division by zero. The line number of the failing FUEL statement is indicated by ''linenum'' The interruption code for the error is given by ''intcode''. The operation being performed is indicated by ''opcode''.
This indicates that the FUEL program contained an arithmetic expression which resulted in an error, such as division by zero. The line number of the failing FUEL statement is indicated by ''linenum'' The interruption code for the error is given by ''intcode''. The operation being performed is indicated by ''opcode''.


[[Category:Fast/Unload Messages]]
[[Category:Fast/Unload messages]]

Latest revision as of 13:41, 19 April 2013

This indicates that the FUEL program contained an arithmetic expression which resulted in an error, such as division by zero. The line number of the failing FUEL statement is indicated by linenum The interruption code for the error is given by intcode. The operation being performed is indicated by opcode.