mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 20:37:16 +00:00
Fix tab and jmp
This commit is contained in:
parent
2ae41e0a55
commit
bf9d4ac3bb
@ -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…
x
Reference in New Issue
Block a user