
.-TYPECHECK=(MAGNITUDE,REGISTER)----------.
>>-+-----------------------------------------+-----------------><
'-TYPECHECK=-+-(NOMAGNITUDE,REGISTER)---+-'
+-(MAGNITUDE,NOREGISTER)---+
+-(NOMAGNITUDE,NOREGISTER)-+
+-YES----------------------+
'-NO-----------------------'
- MAGNITUDE | NOMAGNITUDE
- Specifies whether or not the assembler will perform magnitude
validation of signed immediate-data fields of machine instruction
operands.
- REGISTER | NOREGISTER
- specifies whether or not the assembler will perform type checking
of register fields of machine instruction operands.
- YES
- Enable all typechecking.
- NO
- Disable all typechecking.
- Default
- TYPECHECK=(MAGNITUDE,REGISTER)