Skip to content

Commit

Permalink
Use __frameset0 in GetStringInput/GetTokenInput
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Jan 30, 2024
1 parent 3236154 commit 50b894b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/ce/getstringinput.src
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ _ClrTxtShd := $20818
section .text
public _os_GetStringInput
_os_GetStringInput:
push ix
ld ix,0
add ix,sp
call __frameset0
ld iy,flags
ld l,(iy + $0d)
ld h,(iy + $4c)
Expand Down Expand Up @@ -145,3 +143,5 @@ _os_GetStringInput:
ex de,hl
ld (curRow),hl
jp .start

extern __frameset0
6 changes: 3 additions & 3 deletions src/ce/gettokeninput.src
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ _ClrTxtShd := $20818
section .text
public _os_GetTokenInput
_os_GetTokenInput:
push ix
ld ix,0
add ix,sp
call __frameset0
ld iy,flags
ld l,(iy + $0d)
ld h,(iy + $4c)
Expand Down Expand Up @@ -142,3 +140,5 @@ _os_GetTokenInput:
ld (iy + $4c),d
pop ix
ret

extern __frameset0

0 comments on commit 50b894b

Please sign in to comment.