irmen / prog8

high level programming language and compiler targeting 6502 machines such as the C-64 and CommanderX16
https://prog8.readthedocs.io/
Other
152 stars 18 forks source link

Feature/read cursor position #111

Closed markjreed closed 1 year ago

markjreed commented 1 year ago

Add ability to read cursor position (both coords at once or one at a time), as well as set row and column indpendently. Also implements plot() for atari target and waitkey() for the Commodore target.

irmen commented 1 year ago

Thank you for adding these.