1; void sp1_SetPrintPos(struct sp1_pss *ps, uchar row, uchar col)
2; CALLER linkage for function pointers
3
4PUBLIC sp1_SetPrintPos
5
6EXTERN sp1_SetPrintPos_callee
7EXTERN ASMDISP_SP1_SETPRINTPOS_CALLEE
8
9.sp1_SetPrintPos
10
11   ld hl,2
12   add hl,sp
13   ld e,(hl)
14   inc hl
15   inc hl
16   ld d,(hl)
17   inc hl
18   inc hl
19   ld a,(hl)
20   inc hl
21   ld h,(hl)
22   ld l,a
23
24   jp sp1_SetPrintPos_callee + ASMDISP_SP1_SETPRINTPOS_CALLEE
25