pub unsafe extern "C" fn moveleft(count: c_uchar)Expand description
\m65libsummary{moveleft}{Move current position left} \m65libsyntax {void moveleft(unsigned char count)} \m65libparam {count}{The number of positions to move} \m65libremarks {No screen bounds checks are performed; out of screen behavior is undefined }