mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-26 03:50:07 +08:00
arm-asm: Update comment
This commit is contained in:
parent
30814dfacf
commit
f1fb23a661
@ -1215,7 +1215,7 @@ static void asm_single_data_transfer_opcode(TCCState *s1, int token)
|
|||||||
// I: immediate operand? [ok]
|
// I: immediate operand? [ok]
|
||||||
// P: Pre/post indexing is PRE: Add offset before transfer [ok]
|
// P: Pre/post indexing is PRE: Add offset before transfer [ok]
|
||||||
// U: Up/down is up? (*adds* offset to base) [ok]
|
// U: Up/down is up? (*adds* offset to base) [ok]
|
||||||
// B: Byte/word is byte? TODO
|
// B: Byte/word is byte? [ok]
|
||||||
// W: Write address back into base? [ok]
|
// W: Write address back into base? [ok]
|
||||||
// L: Load/store is load? [ok]
|
// L: Load/store is load? [ok]
|
||||||
if (exclam)
|
if (exclam)
|
||||||
|
Loading…
Reference in New Issue
Block a user