]> git.sur5r.net Git - cc65/commit
Atari: split "setcursor" function out of cgetc.s source file into setcursor.s.
authorChristian Groessler <chris@groessler.org>
Tue, 3 Oct 2017 19:58:52 +0000 (21:58 +0200)
committerChristian Groessler <chris@groessler.org>
Tue, 3 Oct 2017 19:58:52 +0000 (21:58 +0200)
commita084ea8e42487602fdf6bb475fe44ce6edb01739
tree714a5ea28b9beee33349fe7dc6719c9717ba9615
parent3a6430b13d5b13de264ae33751ff9c69728498d2
Atari: split "setcursor" function out of cgetc.s source file into setcursor.s.

This function is used by many other CONIO functions, and the user program not
necessarily uses 'cgetc'. Having "setcursor" in a different object file saves
space in this case and also allows the user program to override it (e.g. when
not using GRAPHICS 0 mode).
libsrc/atari/cgetc.s
libsrc/atari/setcursor.s [new file with mode: 0644]