1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-02 00:35:32 +00:00

Revert "Fix tab and jmp"

This reverts commit bf9d4ac3bbc0a3f23ec09ba90cfae36289bd7556.
This commit is contained in:
Oliver Schmidt 2021-03-06 11:56:22 +01:00
parent bf9d4ac3bb
commit 1d8479b411

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