Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Vitamin C Library - name <b>vca_iput</b> -- low level rout - puts char to scrn http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
name            vca_iput  -- low level rout - puts char to scrn
                vca_iget  -- low level rout - gets char to scrn

synopsis        VOID vca_iput(row,col,buffer,len)
                COUNT row,col;      row and column
                TEXT buffer[];      text string
                COUNT len;          length

                VOID vca_iget(row,col,buffer,len)
                COUNT row,col;      row and column
                TEXT buffer[];      text string
                COUNT len;          length

description  These are the programs necessary to drive the
           console through interupts.  These are not very
           useful because they are slow but are here as
           an example and in case this is the only way to
           get Vitamin C working.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson