Home | History | Annotate | Download | only in mmix
      1 % Test expression example from TAOCP.  Nothing problematic; does not have
      2 % the known expression evaluation order mismatch problem.
      3 
      4 k	IS	#cdef00
      5 Main	OCTA	#ab<<32+k&~(k-1)
      6