mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-10 18:37:01 +00:00
8 lines
236 B
ArmAsm
8 lines
236 B
ArmAsm
|
// FIXME: Switch back to FileCheck once we print actual instructions
|
||
|
|
||
|
// RUN: llvm-mc -triple i386-unknown-unknown %s > %t
|
||
|
|
||
|
# Simple instructions
|
||
|
subb %al, %al
|
||
|
// RUN: grep {MCInst(opcode=.*, operands=.reg:2, reg:0, reg:2.)} %t
|