mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-20 03:33:14 +00:00
22 lines
322 B
Plaintext
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;
|
|
|