1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-16 14:29:05 +00:00
C02/test/testhdr.c02

22 lines
322 B
Plaintext
Raw Normal View History

/**************************************************
* 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;