annotate level3/modules/end.asm @ 2515:0fe5a04e9d0c

Updated
author boisy
date Tue, 06 Apr 2010 13:33:37 +0000
parents 87b07a1be8a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2351
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
1 ********************************************************************
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
2 * End - OS-9 Level 3 End Marker
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
3 *
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
4 * $Id$
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
5 *
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
6 * Edt/Rev YYYY/MM/DD Modified by
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
7 * Comment
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
8 * ------------------------------------------------------------------
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
9 * 1 ????/??/?? Alan DeKok
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
10 * Created.
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
11
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
12 nam End
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
13 ttl OS-9 Level 3 End Marker
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
14
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
15 IFP1
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
16 use defsfile
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
17 ENDC
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
18
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
19 tylg set Systm+Obj6309
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
20 attrev set ReEnt+rev
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
21 rev set 4
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
22 edition set 1
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
23
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
24 mod eom,name,tylg,attrev,start,0
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
25
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
26 name fcs /_end/
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
27 fcb Edition
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
28
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
29 start rts
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
30
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
31 emod
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
32 eom equ *
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
33 end