5050 pop ix
5151 ei
5252 ret
53- ld hl , 0
54- ld b , h
55- ld c , l
56- jp .core.__END_PROGRAM
5753_doubleSizePrint:
5854 push ix
5955 ld ix , 0
@@ -198,7 +194,7 @@ __CLS_SCR:
198194 ; to get the start of the screen
199195 ENDP
200196 pop namespace
201- #line 110 " slice2.bas"
197+ #line 106 "zx48k/ slice2.bas"
202198#line 1 "/zxbasic/src/arch/zx48k/library-asm/error.asm"
203199 ; Simple error control routines
204200; vim:ts=4:et:
@@ -233,7 +229,7 @@ __STOP:
233229 ld (ERR_NR) , a
234230 ret
235231 pop namespace
236- #line 111 " slice2.bas"
232+ #line 107 "zx48k/ slice2.bas"
237233#line 1 "/zxbasic/src/arch/zx48k/library-asm/free.asm"
238234; vim: ts=4:et:sw=4:
239235 ; Copyleft (K) by Jose M. Rodriguez de la Rosa
@@ -500,7 +496,7 @@ __MEM_BLOCK_JOIN: ; Joins current block (pointed by HL) with next one (pointed
500496 ret
501497 ENDP
502498 pop namespace
503- #line 112 " slice2.bas"
499+ #line 108 "zx48k/ slice2.bas"
504500#line 1 "/zxbasic/src/arch/zx48k/library-asm/loadstr.asm"
505501#line 1 "/zxbasic/src/arch/zx48k/library-asm/alloc.asm"
506502; vim: ts=4:et:sw=4:
@@ -696,7 +692,7 @@ __LOADSTR: ; __FASTCALL__ entry
696692 pop hl ; Recovers destiny in hl as result
697693 ret
698694 pop namespace
699- #line 113 " slice2.bas"
695+ #line 109 "zx48k/ slice2.bas"
700696#line 1 "/zxbasic/src/arch/zx48k/library-asm/pstorestr2.asm"
701697; vim:ts=4:et:sw=4
702698 ;
@@ -745,7 +741,7 @@ __PSTORE_STR2:
745741 add hl , bc
746742 jp __STORE_STR2
747743 pop namespace
748- #line 114 " slice2.bas"
744+ #line 110 "zx48k/ slice2.bas"
749745#line 1 "/zxbasic/src/arch/zx48k/library-asm/strlen.asm"
750746 ; Returns len if a string
751747 ; If a string is NULL, its len is also 0
@@ -761,7 +757,7 @@ __STRLEN: ; Direct FASTCALL entry
761757 ld l , a
762758 ret
763759 pop namespace
764- #line 115 " slice2.bas"
760+ #line 111 "zx48k/ slice2.bas"
765761#line 1 "/zxbasic/src/arch/zx48k/library-asm/strslice.asm"
766762 ; String slicing library
767763 ; HL = Str pointer
@@ -847,5 +843,5 @@ __FREE_ON_EXIT:
847843 ret
848844 ENDP
849845 pop namespace
850- #line 116 " slice2.bas"
846+ #line 112 "zx48k/ slice2.bas"
851847 END
0 commit comments