• returning values from assembly to c
    i don't know who to returning values from inline assembly stored at memory locations 14h,15h,16,17h to c function pls help me
  • returning values from assembly to c
    i have to return values from inline assembly stored at locations 14h,15h,16h,17h to c function so pls help me
  • how to call a extern function within embedded ASM ?
    Note: This was originally posted on 4th June 2009 at http://forums.arm.com is it possibe to get the embedded assembly to call my function1()? How do I write this ? Thanks!
  • how to round off the return value
    hello anyone here wants to help me...i want the return value to be rounded off for example: TotalComponent=235 PartialComponent=90 per=38.3% but with this function i always get 0 % anyone here...
  • running assembly code within keil
    I want to create a keil project with pure assembly and run the code . I create a project, I add a app1.a asm file to the project and insert a line mov a,33h but when I step with F11 I can't see register...