1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-11-20 03:33:14 +00:00
C02/test/testscrn.c02
2018-09-16 20:30:25 -04:00

22 lines
322 B
Plaintext

/**************************************************
* TESTHDR - Test C02 system specific Header file *
**************************************************/
//use -h option on command line
main:
prchr('P');
prchr('R');
prchr('C');
prchr('H');
prchr('R');
newlin();
getkey();
newlin();
goto exit;