view defs/signal.d @ 1699:0ec4d6e34fcc

Added xmode (forgot for 6309) in makefile
author boisy
date Tue, 03 Aug 2004 19:53:36 +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