z80_unpacker: comment with caller size optimisation tip

This commit is contained in:
Peter Helcmanovsky (Ped)
2022-09-19 11:58:32 +02:00
parent db1c7d2d14
commit e1f9fa143a

View File

@@ -21,6 +21,9 @@
; DEFINE UPKR_UNPACK_SPEED ; uncomment to get larger but faster unpack routine ; DEFINE UPKR_UNPACK_SPEED ; uncomment to get larger but faster unpack routine
; code size hint: if you put probs array just ahead of BASIC entry point, you will get BC
; initialised to probs.e by BASIC `USR` command and you can remove it from unpack init (-3B)
OPT push reset --syntax=abf OPT push reset --syntax=abf
MODULE upkr MODULE upkr