Comment by ufo
5 years ago
Unfortunately, I think that only structs with at most 2 words are passed via registers. Larger structs are passed via the stack.
5 years ago
Unfortunately, I think that only structs with at most 2 words are passed via registers. Larger structs are passed via the stack.
Bummer, thanks for the info.