Home | History | Annotate | Download | only in mmix
      1 # Character constants.  We actually see e.g. 'b' as 98, so ww just check
      2 # that we get the right output with this test.
      3 Main BYTE 'a','b',';'
      4  OCTA 'd','e'
      5