1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-12 20:29:05 +00:00
C02/include/stdiox.h02

13 lines
394 B
Plaintext
Raw Normal View History

2018-02-02 23:02:06 +00:00
/******************************************
* stdiox - Extended I/O Routines for C02 *
******************************************/
/* Print Byte as Decimal Number *
* Args: b - Number to print */
void putdec();
/* Print Formatted Byte to Screen *
* Args: b - byte to format *
* &s - formatting string */
void printf();