11.07.2015 Views

HLASM: V1R6 Language Ref

HLASM: V1R6 Language Ref

HLASM: V1R6 Language Ref

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

MNOTE instructionNotes:1. An MNOTE instruction causes a message to be printed, if the current PRINToption is ON, even if the PRINT NOGEN option is specified.2. The statement number of the message generated from an MNOTE instructionwith a severity code is listed among any other error messages for the currentsource module. However, the message is printed only if the severity codespecified is greater than or equal to the severity code nnn specified in theFLAG(nnn) assembler option.3. The statement number of the comments generated from an MNOTE instructionwithout a severity code is not listed among other error messages.OPSYNinstructionThe OPSYN instruction defines or deletes symbolic operation codes.The OPSYN instruction has two formats. The first format defines a new operationcode to represent an existing operation code, or to redefine an existing operationcode for:v Machine and extended mnemonic branch instructionsv Assembler instructions, including conditional assembly instructionsv Macro instructionsDefine operation code►►symboloperation_code_1OPSYN operation_code_2 ►◄||If operation_code_2 has been previously defined as both a machine instruction andas a macro, both are copied to the definition of operation_code_1.The second format deletes an existing operation code for:v Machine and extended mnemonic branch instructionsv Assembler instructions, including conditional assembly instructionsv Macro instructionsDelete operation code►► operation_code_1 OPSYN ►◄symbolis one of the following:v An ordinary symbol that is not the same as an existing operation codev A variable symbol that has been assigned a character string with a value thatis valid for an ordinary symbol and is not the same as an existing operationcodeoperation_code_1is one of the following:Chapter 5. Assembler instruction statements 197

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!