We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add the PRU machine code backup Signed-off-by: Dimitar Dimitrov <[email protected]>
Document new finding about carry bit Signed-off-by: Dimitar Dimitrov <[email protected]>
Fix typo Signed-off-by: Dimitar Dimitrov <[email protected]>
Add online resources page Signed-off-by: Dimitar Dimitrov <[email protected]>
Shuffle to get links working Signed-off-by: Dimitar Dimitrov <[email protected]>
Fix link Signed-off-by: Dimitar Dimitrov <[email protected]>
Add TI Wiki notes on opcodes TI Wiki is going to be deleted by TI, so save important contents. Signed-off-by: Dimitar Dimitrov <[email protected]>
Add links with exapmles Signed-off-by: Dimitar Dimitrov <[email protected]>
add external links
Add Multiplication notes to index Signed-off-by: Dimitar Dimitrov <[email protected]>
Updated Home (markdown)
Reorganize the pages and add more ABI notes Signed-off-by: Dimitar Dimitrov <[email protected]>
Explain why GCC does not bother with __far/__near TI CGT does not support true __near/__far pointers. As for variable declaration and symbol references, they are handled by GCC using LDI32 and linker relaxation. This is transparent to users. Signed-off-by: Dimitar Dimitrov <[email protected]>
Formatting fixes
Add note for labelop marker Signed-off-by: Dimitar Dimitrov <[email protected]>
Remove note for Return Address Register GCC now also uses r3.w2. Signed-off-by: Dimitar Dimitrov <[email protected]>
Numerically sort the relocations and offset a bit more Signed-off-by: Dimitar Dimitrov <[email protected]>
TI relocations all seem to be byte-addressable after all
Add the TI equivalent of %pmem
Some relocations do not support text labels
Add two more relocation types.
Minor updates to relocation info
new "a" version.
update examples status
Added TI ELF relocations ID