.TITLE SETF Set Event Flag .IDENT "V1.1" .ENABL LC .PSECT C$CODE ;+ ; Index SETF Set Event Flag ; ; ; Usage ; ; #include ; word eflag; /* Event flag number */ ; word status; /* Returned DSW */ ; ; status = setf(eflag); ; [end] ;- ; Edits: ; V1.0 12-Jun-80 RBD Initial Edit ; V1.1 20-Oct-82 RBD Change P-Section. Fix Documentation. ; .mcall setf$s setf:: mov 2(sp),r0 ;r0 = event flag number setf$s r0 ;set it mov $dsw,r0 ;return dsw return .end