comparison os9/mc09/mc.c @ 111:c4e909f21b25

micro c,j self compiled on os9 level2
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 31 Dec 2018 17:51:27 +0900
parents c5dd5c363d43
children 36000611014b
comparison
equal deleted inserted replaced
110:098b3feab38c 111:c4e909f21b25
222 fclose(stdout); 222 fclose(stdout);
223 if (!chk) { 223 if (!chk) {
224 if ( (obuf = fopen(ccout,"w")) == NULL ) error(FILERR); 224 if ( (obuf = fopen(ccout,"w")) == NULL ) error(FILERR);
225 else { 225 else {
226 /* we'l resize data area later */ 226 /* we'l resize data area later */
227 printf("\tmod _eom,_name,_tylg,_atrv,_start,16384\n"); /* os9 module header */ 227 printf("\tmod _eom,_name,_tylg,_atrv,_start,1024\n"); /* os9 module header */
228 printf("_name fcs /%s/\n\tfcb 0\n",modname); 228 printf("_name fcs /%s/\n\tfcb 0\n",modname);
229 } 229 }
230 } 230 }
231 init(); 231 init();
232 while(1) 232 while(1)