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 <dimitar@dinux.eu>
Document new finding about carry bit Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
Fix typo Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
Add online resources page Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
Shuffle to get links working Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
Fix link Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
Add TI Wiki notes on opcodes TI Wiki is going to be deleted by TI, so save important contents. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
Add links with exapmles Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
add external links
Add Multiplication notes to index Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
Updated Home (markdown)
Reorganize the pages and add more ABI notes Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
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 <dimitar@dinux.eu>
Formatting fixes
Add note for labelop marker Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
Remove note for Return Address Register GCC now also uses r3.w2. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
Numerically sort the relocations and offset a bit more Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
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