view defs/signal.d @ 1693:b75cb7ca03a6

Added TYP.SBO to rbfdefs (used by rb1773)
author boisy
date Tue, 03 Aug 2004 00:16:31 +0000
parents 7af4d12008f4
children 27e85b681dab
line wrap: on
line source

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; signal
;
; $Id$
;
; Edt/Rev  YYYY/MM/DD  Modified by
; Comment
; ------------------------------------------------------------------
;          2004/07/02  Boisy G. Pitre
; Started

           .title   Signal definitions

           .area    sys (ABS)

S$Kill     ==      0          ; Non-Interceptable Abort
S$Wake     ==      1          ; Wake-up Sleeping Process
S$Abort    ==      2          ; Keyboard Abort
S$Intrpt   ==      3          ; Keyboard Interrupt
S$Window   ==      4          ; Window Change
S$Alarm    ==      5          ; CoCo individual process' alarm signal