• Moving RTX51 Tiny Code and data segments
    I wanted to know how to move the code and data segments of the RTX51 Tiny to specific memory locations. I know how to move regular segments that are created by me using the SEGMENTS Linker Directive...
  • Moving RTX51 Tiny Code and data segments
    I wanted to know how to move the code and data segments of the RTX51 Tiny to specific memory locations. I know how to move regular segments that are created by me using the SEGMENTS Linker Directive...
  • Static variables and MULTIPLE CALL TO SEGMENT warning
    Every so often I get the L15: MULTIPLE CALL TO SEGMENT warning. In some functions it's warranted, but for some functions I don't understand what's happening. Here's an example of such a function (not...
  • Static variables and MULTIPLE CALL TO SEGMENT warning
    Every so often I get the L15: MULTIPLE CALL TO SEGMENT warning. In some functions it's warranted, but for some functions I don't understand what's happening. Here's an example of such a function (not...
  • RTX51 Tiny and function calls
    Hi all, The documentation for RTX51 Tiny says that "standart c51 functions must not be called simultaneously". The explanation is simple: standart functions uses fixed locations for parameters....