1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-03 21:29:41 +00:00
C02/include/py65min.h02
2018-02-13 19:55:25 -05:00

13 lines
371 B
Plaintext

/* py65mon Header File */
//Memory Mapped I/O
char putc; //Write Character to Console
char getc; //Read Character from Console
//System Subroutines
char plkey(); //Poll Console for character
char rdkey(); //Wait for character from Console
char getkey(); //Read ASCII character from Console
void prchr(); //Print ASCII character to Console