mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Switch to different flag set
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1757c414c
commit
79c033765c
@ -29,7 +29,7 @@ I(PHI , "phi", 0, 0)
|
||||
I(NOOP , "nop", 0, 0) // nop 90
|
||||
|
||||
// Miscellaneous instructions
|
||||
I(RET , "ret", MIF::RET, 0) // ret CB
|
||||
I(RET , "ret", M_RET_FLAG, 0) // ret CB
|
||||
|
||||
// Move instructions
|
||||
I(MOVir8 , "movb", 0, 0) // R = imm8 B0+ rb
|
||||
|
Loading…
x
Reference in New Issue
Block a user