• Reentrant function whose arguments are located to absolute addr
    I defined a reentrant function with 4 long arguments like this (excerpt from the lst) 21 unsigned long func0(unsigned long a, unsigned long b, unsigned long c, unsigned long d) large reentrant 22 ...
  • Reentrant function whose arguments are located to absolute addr
    I defined a reentrant function with 4 long arguments like this (excerpt from the lst) 21 unsigned long func0(unsigned long a, unsigned long b, unsigned long c, unsigned long d) large reentrant 22 ...
  • NEON intrinsics arguments
    Note: This was originally posted on 30th August 2011 at http://forums.arm.com I'm using the return value from an intrinsic as an argument for another one like below: int16x8_t final_vec = vorrq_s16(vandq_s16...
  • Array as Argument
    I want to send control codes to a printer they look like this : unsigned char cntrl_codes[6] = { 0x0d, 0x14, 0x1b, 0x4c, 0x0d, 0x0d}; I have made a function to send this array to serial port ...
  • sprintf argument restriction
    Hi, A question regarding C51 v6.23a... The C51 manual suggests that, using the 'large' memory model, sprintf is restricted to a 40 byte parameter list. Having used this knowledge to resolve a...