mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 00:07:21 +00:00
parent
bf9d4ac3bb
commit
1d8479b411
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user