Skip to content

Commit 457d65b

Browse files
committed
Remove two unused ins, 4 bytes less.
1 parent dc0bcf2 commit 457d65b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/parse.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ call_ax1:
384384

385385
pexit_err:
386386
pla
387-
sta opos
387+
; sta opos ; // Ignored
388388
pla
389-
sta bpos
389+
; sta bpos ; // Ignored
390390
pla
391391
sta pptr
392392
pla

0 commit comments

Comments
 (0)