mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Port over BL/BLX to disassembly tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
0xd2 0x1c
|
||||
0x08 0x32
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# ADD (register)
|
||||
#------------------------------------------------------------------------------
|
||||
@@ -40,7 +39,6 @@
|
||||
0x5a 0x11
|
||||
0x5a 0x10
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# ASR (register)
|
||||
#------------------------------------------------------------------------------
|
||||
@@ -55,7 +53,6 @@
|
||||
|
||||
0xb1 0x43
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# BKPT
|
||||
#------------------------------------------------------------------------------
|
||||
@@ -65,3 +62,17 @@
|
||||
0x00 0xbe
|
||||
0xff 0xbe
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# BLX (register)
|
||||
#------------------------------------------------------------------------------
|
||||
# CHECK: blx r4
|
||||
|
||||
0xa0 0x47
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# BX
|
||||
#------------------------------------------------------------------------------
|
||||
# CHECK: bx r2
|
||||
|
||||
0x10 0x47
|
||||
|
||||
|
Reference in New Issue
Block a user