source: rtems/c/src/exec/score/cpu/no_cpu/cpu_asm.h @ 84b7e72a

4.104.114.84.95
Last change on this file since 84b7e72a was ac7d5ef0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/95 at 17:39:37

Initial revision

  • Property mode set to 100644
File size: 1.1 KB
Line 
1/*
2 *  cpu_asm.h
3 *
4 *  Very loose template for an include file for the cpu_asm.? file
5 *  if it is implemented as a ".S" file (preprocessed by cpp) instead
6 *  of a ".s" file (preprocessed by gm4 or gasp).
7 *
8 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
9 *  On-Line Applications Research Corporation (OAR).
10 *
11 *  This material may be reproduced by or for the U.S. Government pursuant
12 *  to the copyright license under the clause at DFARS 252.227-7013.  This
13 *  notice must appear in all copies of this file and its derivatives.
14 *
15 *  $Id$
16 *
17 */
18
19#ifndef __CPU_ASM_h
20#define __CPU_ASM_h
21
22/* pull in the generated offsets */
23
24#include <offsets.h>
25
26/*
27 * Hardware General Registers
28 */
29
30/* put something here */
31
32/*
33 * Hardware Floating Point Registers
34 */
35
36/* put something here */
37
38/*
39 * Hardware Control Registers
40 */
41
42/* put something here */
43
44/*
45 * Calling Convention
46 */
47
48/* put something here */
49
50/*
51 * Temporary registers
52 */
53
54/* put something here */
55
56/*
57 * Floating Point Registers - SW Conventions
58 */
59
60/* put something here */
61
62/*
63 * Temporary floating point registers
64 */
65
66/* put something here */
67
68#endif
69
70/* end of file */
Note: See TracBrowser for help on using the repository browser.