• why ret do not return??
    I have been work on the UPSD3354DV mcu, my application is large than 64k, so I use the bank1 and bank2 as code area. now I want to use other bank(like bank3) as data area, but when select bank3 before...
  • why ret do not return??
    I have been work on the UPSD3354DV mcu, my application is large than 64k, so I use the bank1 and bank2 as code area. now I want to use other bank(like bank3) as data area, but when select bank3 before...
  • 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...
  • 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...
  • Stack not reset correctly when have structure returned from function array
    We have C compilers version 4.03 and was wondering if any compiler versions after this has this problem. We have a function array set up to point to functions that return a structure. We have found...