Actions
Feature #55
openReturn aggregates from procedures
Feature #55:
Return aggregates from procedures
Status:
New
Priority:
Normal
Assignee:
-
Category:
Code generation
Start date:
Due date:
% Done:
0%
Estimated time:
Description
If the return value is less or equal 2 bytes, it is returned in a0 and a1. Otherwise the memory pointer for the return value is passed as the first argument of the procedure:
Values are returned in the same manner as a first named argument of the same type would be passed. If such an argument would have been passed by reference, the caller allocates memory for the return value, and passes the address as an implicit first parameter.
No data to display
Actions