Return Values

When the Intel® Itanium(TM) Assembler (IAS) stops executing, it returns a value that indicates the reason for termination. These are the possible values:

0

IAS execution is complete.

2

IAS terminated due to a general error not covered by any of the other values.

5

IAS terminated due to an internal error.

10

IAS terminated due to a fatal error. The fatal errors are listed in the Fatal Error Messages section in this appendix.

11

IAS was unable to open the main input file.

12

IAS was unable to open one of the files included in the program.

13

IAS was unable to open a requested file.

15

IAS reached the upper limit of errors permitted during execution.

20

IAS was unable to execute, due to incorrect command-line syntax.

25

IAS terminated due to memory failure.