We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb8be05 + 317bea2 commit c385784Copy full SHA for c385784
3 files changed
src/arch/zx48k/library-asm/usr.asm
@@ -11,10 +11,11 @@
11
push namespace core
12
13
USR:
14
+ push ix ; must preserve IX
15
call CALL_HL
16
+ pop ix
17
ld h, b
18
ld l, c
19
ret
20
21
pop namespace
-
src/arch/zxnext/library-asm/usr.asm
tests/functional/zx48k/opt1_usr.asm
@@ -70,10 +70,12 @@ CALL_HL:
70
#line 10 "/zxbasic/src/arch/zx48k/library-asm/usr.asm"
71
72
73
74
75
76
77
78
79
-#line 23 "opt1_usr.bas"
80
+#line 23 "zx48k/opt1_usr.bas"
81
END
0 commit comments