Home | History | Annotate | Download | only in mmix
      1 # Test the 'r'-type operand and the mapping of SET to OR(I) and SETL.
      2 Main SET $45,1123
      3  SET $57,$67
      4  SET $78,X
      5  SET Y,1123
      6  SET Y,$67
      7  SET Y,X
      8 X IS $31
      9 Y IS $117
     10