File tree 1 file changed +5
-7
lines changed
CEdev/lib/src/graphics/graphx
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2622,6 +2622,11 @@ _SetTextXY:
2622
2622
ld (TextYPos_SMC) , hl \.r
2623
2623
push hl ; xpos=don't care, sp=&xpos
2624
2624
ex de , hl ; hl=return address
2625
+ ;-------------------------------------------------------------------------------
2626
+ _indcallHL_ASM:
2627
+ ; Calls HL
2628
+ ; Inputs:
2629
+ ; HL : Address to call
2625
2630
jp (hl)
2626
2631
2627
2632
;-------------------------------------------------------------------------------
@@ -4368,13 +4373,6 @@ _: rla
4368
4373
xor a , 1
4369
4374
ret
4370
4375
4371
- ;-------------------------------------------------------------------------------
4372
- _indcallHL_ASM:
4373
- ; Calls HL
4374
- ; Inputs:
4375
- ; HL : Address to call
4376
- jp (hl)
4377
-
4378
4376
;-------------------------------------------------------------------------------
4379
4377
CharSpacing_ASM:
4380
4378
. dl DefaultCharSpacing_ASM \.r
You can’t perform that action at this time.
0 commit comments