]> git.sur5r.net Git - cc65/blobdiff - libsrc/c16/cgetc.s
Added note
[cc65] / libsrc / c16 / cgetc.s
index a476a5d1b72137d3577a1c9d9223f7d306ebfa1d..3ee31a757faf653086fe4ab28de0a412392dfaae 100644 (file)
@@ -69,6 +69,9 @@ L2:     jsr     KBDREAD         ; Read char and return in A
 
 .endproc
 
+fnkeys: .byte   $01, $01, $01, $01, $01, $01, $01, $01
+        .byte   133, 137, 134, 138, 135, 139, 136, 140
+
 
 .code
 
@@ -82,11 +85,3 @@ L2:     jsr     KBDREAD         ; Read char and return in A
         rts
 
 .endproc
-
-
-; Function key table, readonly
-
-.rodata
-fnkeys: .byte   $01, $01, $01, $01, $01, $01, $01, $01
-        .byte   133, 137, 134, 138, 135, 139, 136, 140
-