mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Add a Thumb readme entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75173 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cba962dd6b
commit
6dded67b0d
@ -226,3 +226,9 @@ etc. Almost all Thumb instructions clobber condition code.
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Add ldmia, stmia support.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Thumb load / store address mode offsets are scaled. The values kept in the
|
||||
instruction operands are pre-scale values. This probably ought to be changed
|
||||
to avoid extra work when we convert Thumb2 instructions to Thumb1 instructions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user