]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/toascii.s
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[cc65] / libsrc / cbm / toascii.s
index bea7ca880548478bac74fcbe4a90997b04d160c0..c44a93278446f6a25d3a7457f408de2e734d3268 100644 (file)
 
 .proc   _toascii
 
+; X must be zero on return
+
+        ldx     #0
+
 ; Check for code between 65 and 90
 
         cmp     #$41