JBUGGE wrote:Does anyone recall the WAAPDSUT syntax for the TM operand (test under mask)? Coding the following and getting ** MAJOR ERRORS **.
02 TM 84(02,RX),=X'04'
*** ERROR *** C16 INVALID BASE SPECIFICATION
*** ERROR *** C10 COMMA OMITTED BETWEEN OPERANDS
Thanks in advance.
1. Do not tailgate an obsolete topic.
2. The instruction TM has format SI (in case you know what it is?)
TM displacement(base),value
* such as
TM 84(02),X'04'
* such as
TM 84(02),X'04'
3. The post needs to be moved to the beginners section.