.TITLE EXTK Extend Task .IDENT "V1.1" .ENABL LC .PSECT C$CODE ;+ ; Index EXTK Extend Task ; ; Usage ; ; #include ; word delta; /* + or task size change */ ; word status; /* Returned DSW */ ; ; status = extk(delta); ; [end] ;- ; Edits: ; V1.0 12-Jun-80 RBD Initial edit ; V1.1 19-Oct-82 RBD Change P-Section. Fix Documentation ; .mcall extk$s extk:: mov 2(sp),r0 ;r0 = delta task size (clix) extk$s r0 mov $dsw,r0 ;return DSW return .end