home *** CD-ROM | disk | FTP | other *** search
- ; 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
-