Changeset 5c491aef in rtems for c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s
- Timestamp:
- 12/20/95 15:39:19 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c64e4ed4
- Parents:
- 4442d21c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s
r4442d21c r5c491aef 4 4 * stored in Papyrus' flash ROM. 5 5 * 6 * Author: Andrew Bray <andy@i-cubed. demon.co.uk>6 * Author: Andrew Bray <andy@i-cubed.co.uk> 7 7 * 8 8 * COPYRIGHT (c) 1995 by i-cubed ltd. … … 231 231 addis r2,r0,0x8000 232 232 addi r2,r2,0x0001 233 mticcr r2 234 mtdccr r2 233 234 mtspr 0x3fb, r2 /* ICCR */ 235 mtspr 0x3fa, r2 /* DCCR */ 236 235 237 /*----------------------------------------------------------------------- 236 238 * C_setup. … … 244 246 stw r3, 8(r1) 245 247 stw r3, 12(r1) 246 .extern .main247 b .main/* call the first C routine */248 .extern SYM (main) 249 b SYM (main) /* call the first C routine */ 248 250 249 251 /*-------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.