mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
12 lines
200 B
ArmAsm
12 lines
200 B
ArmAsm
; Dummy version, there is no visible cursor in the default CONIO screen
|
|
;
|
|
; 28-May-2014, Christian Groessler <chris@groessler.org>
|
|
|
|
.export setcursor
|
|
|
|
.proc setcursor
|
|
|
|
rts
|
|
|
|
.endproc
|