void main(int argc, char near *argv[])\r
{\r
//JMOJI\r
- static byte e;
+ static byte e;\r
+ //word ri;\r
byte pee[2];\r
+ static byte rose[]=" :. ,..\n\\r
+ .' :~.':_.,\n\\r
+ .' ::.::'.'\n\\r
+ : ::' .:\n\\r
+ `.: .: .:/\n\\r
+ `::--.:'.::'\n\\r
+ |. _:===-'\n\\r
+ / /\n\\r
+ ,---.---. __,','\n\\r
+ (~`. \ ) )','.,---..\n\\r
+ `v`\ | ,' .-'.:,'_____ `.\n\\r
+ )|/.-~.--~~--. ~~~-. \ \n\\r
+ _/-'_.-~ ""---.._`.|\n\\r
+ _.-~~_.-~ ""'\n\\r
+ _..--~~_.(~~\n\\r
+ __...---~~~_..--~~\n\\r
+,'___...---~~~\n\\r
+";\r
+// static byte *rosa;\r
static word chx, chy, colpee;\r
textInit();\r
- modexEnter();
+ modexEnter();\r
//modexprint(16, 16, 1, 15, "wwww");\r
//getch();\r
chx=0;\r
- chy=0;
+ chy=0;\r
colpee=32;\r
for(e=0x00; e<=0xFE; e++)\r
- {
- if(chx+8>(SCREEN_WIDTH/2)-16)
- {
- chx=0;
- chy+=8;
- sprintf(pee,"%u", colpee);
- modexprint(200, 200, 1, 47, 0, &pee);
- //getch();
- }
+ {\r
+ if(chx+8>(SCREEN_WIDTH/2)-16)\r
+ {\r
+ chx=0;\r
+ chy+=8;\r
+ sprintf(pee,"%u", colpee);\r
+ modexprint(200, 200, 1, 47, 0, &pee);\r
+ //getch();\r
+ }\r
modexprint(chx, chy, 1, 0, colpee, &e);\r
- chx+=9;
- colpee++;
+ chx+=9;\r
+ colpee++;\r
if(colpee>=32+24) colpee=32;\r
- }
+ }\r
//modexprint(100, 100, 1, 47, 0, "wwww");\r
getch();\r
- modexLeave();
- //printf("\nh=%d\n", '8');
- //printf("\n%c\n", e);
+ modexprint(0, 0, 1, 0, colpee, &rose);\r
+// modexprint(0, 0, 1, 0, colpee, ROSE);\r
+ getch();\r
+ modexLeave();\r
+// rosa=malloc(sizeof(ROSE));\r
+// (*rosa)=(byte)ROSE;\r
+ printf("\n%s\n", rose);\r
+ //printf("\nh=%d\n", '8');\r
+// printf("\n%c\n", e);\r
}\r