mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
The field is called imm22', not simply
imm'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17003 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3df04c58fc
commit
d36047dbdb
@ -96,7 +96,7 @@ def SETHIi: F2_1<0b100, "sethi">;
|
|||||||
|
|
||||||
// Section B.10 - NOP Instruction, p. 105
|
// Section B.10 - NOP Instruction, p. 105
|
||||||
// (It's a special case of SETHI)
|
// (It's a special case of SETHI)
|
||||||
let rd = 0, imm = 0 in
|
let rd = 0, imm22 = 0 in
|
||||||
def NOP : F2_1<0b100, "nop">;
|
def NOP : F2_1<0b100, "nop">;
|
||||||
|
|
||||||
// Section B.11 - Logical Instructions, p. 106
|
// Section B.11 - Logical Instructions, p. 106
|
||||||
|
@ -96,7 +96,7 @@ def SETHIi: F2_1<0b100, "sethi">;
|
|||||||
|
|
||||||
// Section B.10 - NOP Instruction, p. 105
|
// Section B.10 - NOP Instruction, p. 105
|
||||||
// (It's a special case of SETHI)
|
// (It's a special case of SETHI)
|
||||||
let rd = 0, imm = 0 in
|
let rd = 0, imm22 = 0 in
|
||||||
def NOP : F2_1<0b100, "nop">;
|
def NOP : F2_1<0b100, "nop">;
|
||||||
|
|
||||||
// Section B.11 - Logical Instructions, p. 106
|
// Section B.11 - Logical Instructions, p. 106
|
||||||
|
Loading…
Reference in New Issue
Block a user