#include <stdio.h>\r
#include <conio.h>\r
#include "lib/types.h"\r
-//#include "lib/16text.h"
+//#include "lib/16text.h"\r
#include "lib/modex16.h"\r
\r
void main(int argc, char near *argv[])\r
-{
- //JMOJI
- byte e;
- word chx, chy;
- textInit();
+{\r
+ //JMOJI\r
+ byte e;\r
+ word chx, chy;\r
+ textInit();\r
modexEnter();\r
- //modexprint(16, 16, 1, 15, "wwww");
- //getch();
- chx=0;
- chy=0;
- for(e=' '; e<='~'; e++)
- {
- modexprint(chx, chy, 1, 15, &e);
- chx+=8;
- if(chx+8>=SCREEN_WIDTH)
- {
- chx=0;
- chy+=8;
- }
- }
- getch();
- modexLeave();
+ //modexprint(16, 16, 1, 15, "wwww");\r
+ //getch();\r
+ chx=0;\r
+ chy=0;\r
+ for(e='\ 1'; e<='\17'; e++)\r
+ {\r
+ modexprint(chx, chy, 1, 15, &e);\r
+ chx+=8;\r
+ if(chx+8>=SCREEN_WIDTH)\r
+ {\r
+ chx=0;\r
+ chy+=8;\r
+ }\r
+ }\r
+ getch();\r
+ modexLeave();\r
}\r