11 lines
168 B
Text
11 lines
168 B
Text
# RUN: llvm-mc -disassemble -triple m68k %s | FileCheck %s
|
|
|
|
; CHECK: trap #13
|
|
0x4e 0x4d
|
|
# CHECK: bkpt #7
|
|
0x48 0x4f
|
|
# CHECK: trapv
|
|
0x4e 0x76
|
|
# CHECK: illegal
|
|
0x4a 0xfc
|
|
|