Revert "Fix tab and jmp"

This reverts commit bf9d4ac3bb.
This commit is contained in:
Oliver Schmidt 2021-03-06 11:56:22 +01:00 committed by GitHub
parent bf9d4ac3bb
commit b1cc22e1c5

View file

@ -6,7 +6,7 @@
.export __syschdir
.import addysp, popax
.importzp tmp1
.importzp tmp1
.import initcwd
.include "telestrat.inc"
@ -29,4 +29,6 @@ __syschdir:
BRK_TELEMON(XPUTCWD)
jmp initcwd ; Update cwd
jsr initcwd ; Update cwd
rts