.title KRTSTD SET command list overlay .ident "V03.62" ; /62/ 27-Jul-93 Billy Youdelman ; ; move BREAK to SET CONSOLE, CREATE_SIZE and VOLUME to SET FILE ; move SETTLE_TIME to SET DIAL .. ; /BBS/ 1-Dec-91 Billy Youdelman V03.61 ; 23-Oct-85 09:44:20 BDN Creation, removed from KRTCOM ; ; Copyright 1985 Change Software, Inc. ; ; Call LOASET to get the overlay loaded and ; return the command list address in r0 .include "IN:KRTMAC.MAC" .iif ndf KRTINC .error <; .include for IN:KRTMAC.MAC failed> .include "IN:KRTCDF.MAC" .iif ndf KRTCDF .error <; .include for IN:KRTCDF.MAC failed> .psect $code .sbttl Define the SET commands $CMGLOB = 1 ; makes these commands global loaset::mov #setcmd ,r0 ; calling this also loads this overlay return command setcmd ,ATTRIBUTES ,1 ,set$at , command setcmd ,BAUD ,2 ,set$sp , command setcmd ,BINARY_TYPE ,2 ,set$bi , command setcmd ,BLOCK_CHECK_TYPE,2 ,set$bl ,<1, 2 or 3? > command setcmd ,CL: ,2 ,set$cl , command setcmd ,CONSOLE ,2 ,set$co , command setcmd ,DEBUG ,3 ,set$de , command setcmd ,DEFAULT ,3 ,c$cwd , command setcmd ,DELAY ,3 ,set$dl , command setcmd ,DIAL ,2 ,set$di , command setcmd ,DTR ,2 ,set$dt command setcmd ,DUPLEX ,2 ,set$du , command setcmd ,END_OF_LINE ,2 ,set$eo , command setcmd ,EOF ,2 ,set$ef , command setcmd ,ESCAPE ,2 ,set$es , command setcmd ,FILE_TYPE ,2 ,set$fi , command setcmd ,FLOW_CONTROL ,2 ,set$km , command setcmd ,HANDSHAKE ,2 ,set$ha , command setcmd ,HOME ,2 ,set$ho , command setcmd ,INCOMPLETE_FILE_DISPOSITION ,1 ,set$in , command setcmd ,LD: ,2 ,set$ld , command setcmd ,LINE ,2 ,set$li , command setcmd ,LOCAL_ECHO ,3 ,set$lc , command setcmd ,LOGFILE ,3 ,set$lo command setcmd ,LONG_PACKETS ,3 ,set$lp , command setcmd ,MODEM_TYPE ,1 ,set$mo , command setcmd ,NOATTRIBUTES ,3 ,st$nat command setcmd ,NODEBUG ,3 ,sd$off command setcmd ,NOLONG_PACKETS ,3 ,st$nlp command setcmd ,NOREPEAT_QUOTING,3 ,set$nrp command setcmd ,NOUPDATE ,3 ,set$nu command setcmd ,PARITY ,3 ,set$pa , command setcmd ,PAUSE ,3 ,set$ps , command setcmd ,PHONE ,2 ,set$ph , command setcmd ,PROMPT ,2 ,set$pr , command setcmd ,RANDOM ,2 ,set$ra , command setcmd ,RECEIVE ,3 ,set$rc , command setcmd ,REPEAT_QUOTING ,3 ,set$rp , command setcmd ,RETRY ,3 ,set$re , command setcmd ,SEED ,3 ,set$se , command setcmd ,SEND ,3 ,set$sn , command setcmd ,SERVER ,3 ,set$sv , command setcmd ,SL ,2 ,set$sl , command setcmd ,SPEED ,2 ,set$sp , command setcmd ,START_OF_PACKET,2 ,set$so , command setcmd ,TERMINAL ,2 ,set$tt , command setcmd ,TT: ,2 ,set$tt , command setcmd ,UPDATE ,1 ,set$up , command setcmd ,VLSWCH ,1 ,set$vl , command setcmd .end