home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
8bitfiles.net/archives
/
archives.tar
/
archives
/
canada-remote-systems
/
c128
/
utils
/
examples.arc
/
POPDIR.A
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-12-01
|
696 b
|
24 lines
; popdir.asm
;===========================
; Restore current directory
;===========================
int00 = $1700
int0e = $170e
star = $0b00
.wor star
* = star
jmp popdir
dw Date
popdir lda $1bdb
jsr int00
bcc ex0
lda #1
ex0 lda #1
jmp int0e
.end