.TITLE CMKT .PSECT .PROG. .IDENT /01/ .ENABLE LC ; ; P. Hays 13 June 79 ; ; Cancel marktime requests ; int cmkt() ; ; The return value of the function is normally 0; if the directive ; is rejected, the value of the directive status word is returned. ; .mcall cmkt$s cmkt:: clr r0 cmkt$s bcc 5$ mov @#$dsw, r0 5$: return .end