; ; PAGE6C Code - Used for compatibility between old and new ; CIOVF = $E456 ; DUPSYS: dw dupr dupr: jsr xreset ;Reset the XEP80 jmp ($000A) ; ; CIO literals ; PRINTD: db 'P:',EOL EDXEP: db 'E:',EOL KNAM: DB 'K:',EOL D1DEF: DB 'D1:',EOL CDEV: DB 'D:EMAX.INI',EOL ; Device for command input D$SPAC: db ' ' ; ;XIO code conversion - for compat w/ diff OSs ; XIOTAB: db 32,33,42,35,36,40 ;SpartaDOS/DOS XE ; ;end of PAGE6C.ASM