Fix tab and jmp
This commit is contained in:
parent
2ae41e0a55
commit
bf9d4ac3bb
1 changed files with 2 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
.export __syschdir
|
||||
.import addysp, popax
|
||||
.importzp tmp1
|
||||
.importzp tmp1
|
||||
.import initcwd
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
@ -29,6 +29,4 @@ __syschdir:
|
|||
|
||||
BRK_TELEMON(XPUTCWD)
|
||||
|
||||
jsr initcwd ; Update cwd
|
||||
|
||||
rts
|
||||
jmp initcwd ; Update cwd
|
||||
|
|
Loading…
Add table
Reference in a new issue