source: rtems/doc/supplements/m68k/m68k.texi @ a94c5a5d

4.104.114.84.95
Last change on this file since a94c5a5d was a94c5a5d, checked in by Joel Sherrill <joel.sherrill@…>, on 05/31/97 at 15:55:10

Changed bitwise OR's used to build up option and attribute sets
to be correct in either C or Ada.

Added the interrupt disable, enable, flash, and is in progress directives.

changed "97" to "1997"

  • Property mode set to 100644
File size: 2.4 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename c_m68k
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1996.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15
16@c
17@c   Master file for the Motorola MC68xxx Applications Supplement
18@c
19
20@include ../common/setup.texi
21
22@ignore
23@ifinfo
24@format
25START-INFO-DIR-ENTRY
26* RTEMS Motorola MC68xxx Applications Supplement (m68k):
27END-INFO-DIR-ENTRY
28@end format
29@end ifinfo
30@end ignore
31
32@c
33@c  Title Page Stuff
34@c
35
36@set edition 4.1.0a
37@set update-date 1 June 1997
38@set update-month June 1997
39
40@c
41@c  I don't really like having a short title page.  --joel
42@c
43@c @shorttitlepage RTEMS Motorola MC68xxx Applications Supplement
44
45@setchapternewpage odd
46@settitle RTEMS Motorola MC68xxx Applications Supplement
47@titlepage
48@finalout
49
50@title RTEMS Motorola MC68xxx Applications Supplement
51@subtitle Edition @value{edition}, for RTEMS 4.1.0
52@sp 1
53@subtitle @value{update-month}
54@author On-Line Applications Research Corporation
55@page
56
57@include ../common/cpright.texi
58@end titlepage
59
60@c  This prevents a black box from being printed on "overflow" lines.
61@c  The alternative is to rework a sentence to avoid this problem.
62
63@include preface.texi
64@include cpumodel.texi
65@include callconv.texi
66@include memmodel.texi
67@include intr.texi
68@include fatalerr.texi
69@include bsp.texi
70@include cputable.texi
71@include wksheets.texi
72@include ../common/timing.texi
73@include timedata.texi
74@ifinfo
75@node Top, Preface, (dir), (dir)
76@top c_m68k
77
78This is the online version of the RTEMS Motorola MC68xxx
79Applications Supplement.
80
81@menu
82* Preface::
83* CPU Model Dependent Features::
84* Calling Conventions::
85* Memory Model::
86* Interrupt Processing::
87* Default Fatal Error Processing::
88* Board Support Packages::
89* Processor Dependent Information Table::
90* Memory Requirements::
91* Timing Specification::
92* MC68020 Timing Data::
93* Command and Variable Index::
94* Concept Index::
95@end menu
96
97@end ifinfo
98@c
99@c
100@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
101@c
102
103@node Command and Variable Index, Concept Index, MC68020 Timing Data Rate Monotonic Manager, Top
104@unnumbered Command and Variable Index
105
106There are currently no Command and Variable Index entries.
107
108@c @printindex fn
109
110@node Concept Index, , Command and Variable Index, Top
111@unnumbered Concept Index
112
113There are currently no Concept Index entries.
114@c @printindex cp
115
116@c @contents
117@bye
118
Note: See TracBrowser for help on using the repository browser.