xref: /llvm-project/llvm/test/MC/M68k/operand.s (revision c31fca105bb75812ffc70a41a4c9ecdf4983a3f4)
1# RUN: llvm-mc -triple=m68k -show-inst-operands %s 2> %t0
2# RUN: FileCheck %s < %t0
3
4; CHECK:	parsed instruction: [token 'move.l', immediate 123, %24]
5move.l	#123, %d0
6