1 /* Oki bug report [OKI006]
3 The following program is no work.
5 illegal trap: 0x12 pc=d000d954
15 print ("\r\nDemo Program Start\r\n");
16 printf ("Value = %d, %d\r\n", 2, 1);
17 pass ("printf [OKI006]");
19 /* Oki bug report [OKI007]
22 "Value = 2, 1" string is not displayed.
24 break instruction trap (9) pc=4003c
25 0004003c 00000000 BREAK 0x0,0x0
27 print ("\r\nDemo Program Start\r\n");
28 iprintf ("Value = %d, %d\r\n", 2, 1);
29 pass ("iprintf [OKI007]");