我看了asm.S (ffmpeg中的文件),有如下代码:
.macro function name, export=0, align=2
.set .Lpic_idx, 0
.set .Lpic_gp, 0…
我看了asm.S (ffmpeg中的文件),有如下代码:
.macro function name, export=0, align=2
.set .Lpic_idx, 0
.set .Lpic_gp, 0…
Using Eclispe for DS-5 and compiler version 5.05, I get a problem in editing my project source files in the Eclipse Editor. It happens that the Indexer does not recognise the compiler's predefined macros, like "__arm__". This causes numerous…
Finally have typed a first ASM test prog that compiles.
If I start the debugger msg: 'ULINK not found'. I have
no ULINK and want to simulate. HOW?
Hi,
I am currently using ARMv8 DS-5 for development and am unable to find how to define and initialize the variable in arm asm. Specifically, I want to define the following constant variable in asm file:
const Word16 tbl[4][8] =
{
{ 0, 0, …
Hello,
i want to generate an error message if a define was not present, like here:
| IF :DEF:CORTEX | ||||||
| add | r3, r3, #3 | ;//! Correct the value in R3 |
ELSE
| IF :DEF:ARM7 | |
| ELSE |
…