• ARM assembly
    I have to write an assembly code in arm (cortex A-8) ,which assigns a value passed by the user(pass by value) to a particular general purpose register(for example r0). my function looks like this ...
  • Count the number of trailing zeros without clz?
    I am trying to count the number of trailing zeros in floating points without using the clz command. what would be the easiest way to rewrite this code? ctz         RSB      r1,r0,#0         CMP      r0...
  • C and Assembly interworking
    Hi, i am working with c and assembly interworking. I am trying to pass the array from c to assembly, but i am getting the error. Please help me in finding the error. The code is as follows #include <stdio...
  • universal assembly langauge
    Hello, I am new to ARM,what is the best way to learn assembly? Any Books on the subject? Best Regards,Adnan Kilic.
  • Number of byte count
    Iam working with a project using AXI 4.0 protocol with incrememtal burst type .i need to find the number of bytes in each transfer. please anyone help me. thank you in advance