Changeset 110 for trunk/Softwares/Test/Test_015/src
- Timestamp:
- Feb 19, 2009, 5:31:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/Test/Test_015/src/sys/crt0.s
r101 r110 37 37 _start: 38 38 39 l.movhi r2, hi(0x000000 02) /* count max */40 l.ori r2, r2, lo(0x000000 02)39 l.movhi r2, hi(0x00000010) /* count max */ 40 l.ori r2, r2, lo(0x00000010) 41 41 42 42 /**********/
Note: See TracChangeset
for help on using the changeset viewer.