mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
12 lines
189 B
Plaintext
12 lines
189 B
Plaintext
|
# RUN: llvm-mc -disassemble -triple armv8 -show-encoding < %s | FileCheck %s
|
||
|
|
||
|
# New v8 ARM instructions
|
||
|
|
||
|
# HLT
|
||
|
|
||
|
0x70 0x00 0x00 0xe1
|
||
|
# CHECK: hlt #0
|
||
|
|
||
|
0x7f 0xff 0x0f 0xe1
|
||
|
# CHECK: hlt #65535
|