Changeset 128 for trunk/Softwares
- Timestamp:
- Jun 26, 2009, 10:43:23 AM (16 years ago)
- Location:
- trunk/Softwares
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/Dhrystone/src/c/main.c
r124 r128 12 12 int main() 13 13 { 14 dhry21(100 0);14 dhry21(100); 15 15 16 16 exit (0); -
trunk/Softwares/Test/Test_071/src/sys/crt0.s
r123 r128 42 42 43 43 l.j _test 44 l.ori r1, r0, 10 /* x1k instructions */44 l.ori r1, r0, 200 /* x1k instructions */ 45 45 46 46 _loop :
Note: See TracChangeset
for help on using the changeset viewer.