]> git.sur5r.net Git - cc65/blobdiff - libsrc/tgi/tgi_linepop.s
Renamed ..._deinstall -> ..._uninstall.
[cc65] / libsrc / tgi / tgi_linepop.s
index 8871f9c3615fb52182bb0e0d3744615d0d3cb6fc..8cc3dff89ba42e92a72a8b49b447424fd6c6437c 100644 (file)
@@ -9,7 +9,8 @@
         .import         popax
         .importzp       ptr3, ptr4
 
-tgi_linepop:
+.proc   tgi_linepop
+
         sta     ptr4            ; Y2
         stx     ptr4+1
         sta     _tgi_cury
@@ -21,4 +22,5 @@ tgi_linepop:
         stx     _tgi_curx+1
         rts
 
+.endproc