mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
apparently rdy isn't actually a psuedo instruction. Use rd %y
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24848 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -581,7 +581,7 @@ let Uses = [O0, O1, O2, O3, O4, O5], hasDelaySlot = 1, isCall = 1,
|
|||||||
// Section B.28 - Read State Register Instructions
|
// Section B.28 - Read State Register Instructions
|
||||||
def RDY : F3_1<2, 0b101000,
|
def RDY : F3_1<2, 0b101000,
|
||||||
(ops IntRegs:$dst),
|
(ops IntRegs:$dst),
|
||||||
"rdy $dst", []>;
|
"rd %y, $dst", []>;
|
||||||
|
|
||||||
// Section B.29 - Write State Register Instructions
|
// Section B.29 - Write State Register Instructions
|
||||||
def WRYrr : F3_1<2, 0b110000,
|
def WRYrr : F3_1<2, 0b110000,
|
||||||
|
@@ -581,7 +581,7 @@ let Uses = [O0, O1, O2, O3, O4, O5], hasDelaySlot = 1, isCall = 1,
|
|||||||
// Section B.28 - Read State Register Instructions
|
// Section B.28 - Read State Register Instructions
|
||||||
def RDY : F3_1<2, 0b101000,
|
def RDY : F3_1<2, 0b101000,
|
||||||
(ops IntRegs:$dst),
|
(ops IntRegs:$dst),
|
||||||
"rdy $dst", []>;
|
"rd %y, $dst", []>;
|
||||||
|
|
||||||
// Section B.29 - Write State Register Instructions
|
// Section B.29 - Write State Register Instructions
|
||||||
def WRYrr : F3_1<2, 0b110000,
|
def WRYrr : F3_1<2, 0b110000,
|
||||||
|
Reference in New Issue
Block a user