.TITLE ENAR Enable AST recognition .IDENT "V1.1" .ENABL LC .PSECT C$CODE ;+ ; Index ENAR Enable AST Recognition ; ; Usage ; ; #include ; word status; /* Returned DSW */ ; ; status = enar(); ; [end] ;- ; Edits: ; V1.0 12-Jun-80 RBD Initial edit ; V1.1 19-Oct-82 RBD Change P-Section. Fix Documentation ; .mcall enar$s enar:: enar$s mov $dsw,r0 return .end