home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
enterprs
/
c128
/
text
/
examples.arc
/
PUSHDIR.A
< prev
next >
Wrap
Text File
|
1989-12-01
|
616b
|
22 lines
; pushdir.asm
;========================
; Save current directory
;========================
int01 = $1701
int0e = $170e
star = $0b00
.wor star
* = star
jmp pushdir
dw Date
pushdir jsr int01
sta $1bdb
lda #0
jmp int0e
.end