source: umon/ports/template/regnames.c @ ddf6706

Last change on this file since ddf6706 was 87db514, checked in by Amar Takhar <amar@…>, on 04/16/15 at 19:26:21

Initial commit of the umon repository.

Prior to this three changes were made:

  • Remove umon_ prefix from parent directories.
  • Collapse main/target/ into main/
  • Remove ports/template/flashtest.scr.ucon script.
  • Property mode set to 100644
File size: 464 bytes
Line 
1/* This file is included by the common file reg_cache.c.
2 * The file included below is the table of register names.
3 * The purpose behind this multiple level of file inclusion is to allow
4 * the common file "reg_cache.c" to include a file called "regnames.c"
5 * which will have a target-specific register table without the target-
6 * specific filename.
7 * If the file specified below isn't correct, then check main/cpu/CPU for
8 * others.
9 */
10#include "regs_403.c"
Note: See TracBrowser for help on using the repository browser.