|
c128lib Common
Various common functionalities.
|
Functions | |
| macro | MoveCursor (xPos, yPos) |
| macro | PrintString (stringAddress) |
| macro | PrintStringWithLength (stringAddress, length) |
| macro MoveCursor | ( | xPos | , |
| yPos | ) |
Move cursor to specified coordinates inside current screen. Can be used on 40 columns or 80 columns screen.
| xPos | x position on screen |
| yPos | y position on screen |
| macro PrintString | ( | stringAddress | ) |
Prints string in current cursor position. Can be used on 40 columns or 80 columns screen.
| stringAddress | Address of string to print |
| macro PrintStringWithLength | ( | stringAddress | , |
| length | ) |
Prints string in current cursor position. Can be used on 40 columns or 80 columns screen.
| stringAddress | Address of string to print |
| length | Length of string to print |