1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-18 00:07:21 +00:00

Revert "Fix tab and jmp"

This reverts commit bf9d4ac3bb.
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