Skip to content

Commit 681dd64

Browse files
that should be pop not push
1 parent bd86617 commit 681dd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fileioc/fileioc.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ util_is_slot_open:
15571557
add hl, bc
15581558
ld a, b
15591559
cp a, (hl)
1560-
push bc, hl
1560+
pop bc, hl
15611561
ret
15621562

15631563
util_get_vat_ptr:

0 commit comments

Comments
 (0)