• Help converting neon 32-bit syntax to 64-bit
    Hi, I am trying to translate a function from Neon 32-bit syntax to 64-bit. Unfortunately, I had trouble understanding the documentation For instance, an example is this line: vld1.32         {q0}, [%...
  • syntax error
    #include<stdio.h> #include<reg51.h> void main () { int i; p1=0x0FF; while(1) { for (i=0;i<10000;i++); p1=0x0FF; for (i=0;i<10000;i++); P1=0x00; } } Build target 'Target 1' assembling blink...
  • syntax error
    i am working on following project. & its showing me some errors... & i am unable to remove them... please help me out... program:- /*HEADER FILES*/ #include<reg51.h> #include<string.h> /*LCD...
  • language syntax
    I am new to ARM assembly language and have few (probably basic) questions- this one for the beginning: What is the meaning of cxsf "extension" in SPSR_cxsf, and what letters are permitted there ? I...