Changeset 112 for trunk/Softwares/Test
- Timestamp:
- Mar 18, 2009, 11:36:26 PM (16 years ago)
- Location:
- trunk/Softwares/Test
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/Test/Test_015/src/sys/crt0.s
r110 r112 38 38 39 39 l.movhi r2, hi(0x00000010) /* count max */ 40 l.ori r2, r2, lo(0x00000 010)40 l.ori r2, r2, lo(0x00000100) 41 41 42 42 /**********/ -
trunk/Softwares/Test/Test_016/src/sys/crt0.s
r101 r112 38 38 39 39 l.movhi r2, hi(0x00000010) /* count max */ 40 l.ori r2, r2, lo(0x00000 010)40 l.ori r2, r2, lo(0x00000100) 41 41 42 42 /**********/ -
trunk/Softwares/Test/Test_066/src/c/main.c
r111 r112 14 14 int main() 15 15 { 16 / /fprintf(stdout,"Message de Bienvenue !!!\n");16 /* printf("Hello World !!!\n"); */ 17 17 18 printf("Hello World !!!\n"); 19 20 for (int i=0; i<10; ++i) 21 printf("i : %d",i); 18 for (int i=0; i<20; ++i) 19 printf("i : %d\n",i); 22 20 23 21 exit (0);
Note: See TracChangeset
for help on using the changeset viewer.