mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
16 lines
192 B
Plaintext
16 lines
192 B
Plaintext
|
# RUN: llvm-mc --disassemble %s | FileCheck %s
|
||
|
|
||
|
# CHECK: int $33
|
||
|
0xCD 0x21
|
||
|
|
||
|
# CHECK: int $33
|
||
|
0xCD 0x21
|
||
|
|
||
|
|
||
|
# CHECK: addb %al, (%rax)
|
||
|
0 0 0 0 0 0
|
||
|
|
||
|
# CHECK: callq -1234
|
||
|
0xe8 0x2e 0xfb 0xff 0xff
|
||
|
|