1
0
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:
Karol Stasiak
2018-07-24 01:43:59 +02:00
parent c9cbd267c5
commit 9bcaffaa30
6 changed files with 67 additions and 9 deletions
+5 -1
View File
@@ -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: