c128lib Common
Various common functionalities.
|
Functions | |
macro | c128lib_MoveCursor (xPos, yPos) |
macro | c128lib_PrintString (stringAddress) |
macro | c128lib_PrintStringWithLength (stringAddress, length) |
macro c128lib_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 c128lib_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 c128lib_PrintStringWithLength | ( | stringAddress | , |
length | ) |
Prints string in current cursor position with specified length, no matter if string is null terminated.
stringAddress | Address of string to print |
length | Length of the string |