annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1626
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
2 ; signal
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
3 ;
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
4 ; $Id$
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
5 ;
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
6 ; Edt/Rev YYYY/MM/DD Modified by
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
7 ; Comment
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
8 ; ------------------------------------------------------------------
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
9 ; 2004/07/02 Boisy G. Pitre
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
10 ; Started
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
11
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
12 .title Signal definitions
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
13
1630
7af4d12008f4 Updated ChangeLogs with slight formatting differences
boisy
parents: 1626
diff changeset
14 .area sys (ABS)
1626
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
15
1630
7af4d12008f4 Updated ChangeLogs with slight formatting differences
boisy
parents: 1626
diff changeset
16 S$Kill == 0 ; Non-Interceptable Abort
7af4d12008f4 Updated ChangeLogs with slight formatting differences
boisy
parents: 1626
diff changeset
17 S$Wake == 1 ; Wake-up Sleeping Process
7af4d12008f4 Updated ChangeLogs with slight formatting differences
boisy
parents: 1626
diff changeset
18 S$Abort == 2 ; Keyboard Abort
7af4d12008f4 Updated ChangeLogs with slight formatting differences
boisy
parents: 1626
diff changeset
19 S$Intrpt == 3 ; Keyboard Interrupt
7af4d12008f4 Updated ChangeLogs with slight formatting differences
boisy
parents: 1626
diff changeset
20 S$Window == 4 ; Window Change
7af4d12008f4 Updated ChangeLogs with slight formatting differences
boisy
parents: 1626
diff changeset
21 S$Alarm == 5 ; CoCo individual process' alarm signal
1626
c01a65c813ce Definition files to use with as6809
boisy
parents:
diff changeset
22