Diagnostic Messages
Error Messages
1101 | MESSAGE | Standard input must be a pipe |
|
| or FIFO, not a TTY or device |
|
| file. |
| CAUSE | The assembler was invoked without |
|
| any input files on the |
|
| For this situation the assembler will |
|
| then attempt to use the standard |
|
| input of a UNIX pipe command. The |
|
| object file will be written to standard |
|
| output for this case. However, before |
|
| assembling the standard input, the |
|
| assembler will attempt to discover if |
|
| the standard input file is associated |
|
| with a TTY or terminal. If the |
|
| assembler determines that standard |
|
| input is associated with a TTY or |
|
| terminal then it prints this error |
|
| message and exits. |
| ACTION | Supply a filename when invoking the |
|
| assembler, or use a UNIX pipe to |
|
| provide an input file for the |
|
| assembler. |
1102 | MESSAGE | Displacement of %s must be |
|
| multiple of four |
| CAUSE | The displacement in this instruction |
|
| must be a multiple of four. |
| ACTION | Use a displacement that is a multiple |
|
| of four. |
1103 | MESSAGE | Displacement of %s must be |
|
| zero with ,O |
| CAUSE | The displacement must be zero when |
|
| using the ,O completer. |
| ACTION | Use a displacement of zero. |
1104 | MESSAGE | Displacement can't be zero |
|
| with ,MA |
| CAUSE | The displacement cannot be zero |
|
| when using the ,MA completer. |
174 | Chapter 8 |