Mercurial > hg > Members > kono > nitros9-code
view defs/signal.d @ 1652:558cab468052
RG fixed a bug in the Vavasour emulator clock2 module.
clock2 is now of type Sbrtn instead of Systm. clock.asm has been modified
to link to this type.
author | boisy |
---|---|
date | Sat, 17 Jul 2004 12:20: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