mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-19 10:42:10 +00:00
Z80: Faster calling convention
This commit is contained in:
@@ -38,7 +38,11 @@
|
||||
|
||||
#### Parameters:
|
||||
|
||||
* all parameters are passed via static locations
|
||||
* if the function has one parameter of size one byte, it is passed via the A register
|
||||
|
||||
* if the function has one parameter of size two bytes, it is passed via the HL register pair
|
||||
|
||||
* otherwise, all parameters are passed via static locations
|
||||
|
||||
#### Return values:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user