This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

There is not a single normal training course, blog presentation, or anything else about programming.

There is not a single normal training course, blog presentation, or anything else about programming  arm64-v8a !!!! 

NO ONE !!!Just amazing.Tons of some meaningless muddy idiocy.And not a single normal example, for example, how to load one of two numbers - no! Just fantastic, unbelievable! Here is an example : 

// c code 

extern void  aLoad(float aVal[2], float *x, float *y) asm("MyLoad");

//  arm64-v8a

     .text

.align 4


.global MyLoad
.type MyLoad, %function


MyLoad:
.L_loop:
// x1 = x, x1 = y
ldr s0, [x1]
ldr s1, [x2]

str d0, [x0]

bgt .L_loop
ret

but this example of mine is wrong, but how to write the right one, I don’t know and can’t find ANY human written language tutorial's who would explain to me how to do it. It is unimaginable how to write manuals and other documentation so that absolutely nothing is understood !!!!