]> git.sur5r.net Git - cc65/blob - libsrc/apple2/rrdkey.s
Call interrupt handlers with carry clear
[cc65] / libsrc / apple2 / rrdkey.s
1 ;
2 ; Ullrich von Bassewitz, 2004-06-03
3 ;
4 ; Rom RDKEY routine
5 ;
6
7         .export         RDKEY
8
9 RDKEY   :=      $FD0C   ; Display prompt and read key from user input routine
10