mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Wow, I'm incapable of the simplest things today...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fb02a8b11f
commit
e9b309ad13
@ -47,7 +47,7 @@ R(EDI, "EDI", MRF::INT32, 0)
|
||||
// 16 bit registers, aliased with the corresponding 32 bit registers above
|
||||
R(AX, "AX", MRF::INT16, 0)
|
||||
R(CX, "CX", MRF::INT16, 0)
|
||||
R(DX, "Dx", MRF::INT16, 0)
|
||||
R(DX, "DX", MRF::INT16, 0)
|
||||
R(BX, "BX", MRF::INT16, 0)
|
||||
R(SP, "SP", MRF::INT16, 0)
|
||||
R(BP, "BP", MRF::INT16, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user