• 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
  • 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 can I return a value within embedded assembler?
    Note: This was originally posted on 8th May 2009 at http://forums.arm.com Hi, does anybody know how I can write an embedded ASM function that returns the actual PSR value? I prefered to go on like this...
  • Error in assembled output? return value loaded after RET
    After compiling, a section from my src file looks something like this: ; ; U08 ReadOtpU08( const OTPAddr addr ) RSEG ?PR?_ReadOtpU08?OTPCOMMIT _ReadOtpU08: USING 0 ; SOURCE LINE # 157 MOV addr...
  • how can I return a value within embedded assembler?
    Note: This was originally posted on 8th May 2009 at http://forums.arm.com Hi, does anybody know how I can write an embedded ASM function that returns the actual PSR value? I prefered to go on like this...