1; void __CALLEE__ sp1_PrintString_callee(struct sp1_pss *ps, uchar *s)
2; 02.2008 aralbrec, Sprite Pack v3.0
3; zxz81 hi-res version
4
5PUBLIC sp1_PrintString_callee
6EXTERN SP1PrintString, SP1PSPOP, SP1PSPUSH
7
8.sp1_PrintString_callee
9
10   pop hl
11   pop de
12   ex (sp),hl
13
14   push hl                   ; save & struct sp1_pss
15   call SP1PSPOP
16   call SP1PrintString
17   pop hl
18
19   jp SP1PSPUSH
20