Simple print
functions.
More...
|
void | print (const char *str) |
| MSX Print string on the screen.
|
|
void | printc (char c) |
| MSX Print character on the screen.
|
|
void | printu (unsigned int i) |
| MSX Print unsigned integer on the screen.
|
|
void | printi (int i) |
| MSX Print signed integer on the screen.
|
|
void | printx (uint16_t x) |
| MSX Print unsigned integer in hexadecimal on the screen.
|
|
Simple print
functions.
◆ print()
void print |
( |
const char * |
str | ) |
|
MSX
Print string on the screen.
- Parameters
-
◆ printc()
MSX
Print character on the screen.
- Parameters
-
◆ printu()
void printu |
( |
unsigned int |
i | ) |
|
MSX
Print unsigned integer on the screen.
- Parameters
-
◆ printi()
MSX
Print signed integer on the screen.
- Parameters
-
◆ printx()
void printx |
( |
uint16_t |
x | ) |
|
MSX
Print unsigned integer in hexadecimal on the screen.
- Parameters
-