Home | History | Annotate | Download | only in metag
      1 # Check illegal instructions
      2 	.text
      3 _start:
      4 	SETL	[D0.0+D1.0],A0.0,A1.0
      5 	SETL	[D0.0+D0.1],D0.2,D1.2
      6 	SETD	[A0.0+A0.1],A0.2
      7 	ASL	D0.0,D1.0,D0.0
      8 	GETD	D0.0,[D0.0--D0.0]
      9 	SWAP	PC,PCX
     10 	SWAP	CT.0,PCX
     11 	SWAP	D0.1,D0.2
     12