Open eholk opened 8 years ago
How do we want the calling convention to work?
Pass anything that fits in an immediate as an immediate, and everything else as a pointer to the value.
One choice you can make here is passing larger values, like pairs of immediates, as multiple arguments.
How do we want the calling convention to work?