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>vcpoke</b> -- poke buf into memory http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
name            vcpoke  --  Poke buf into memory

synopsis        VOID vcpoke(seg,ofst,buf,bytes)
                COUNT seg,ofst;   destination segment and offset
                TEXT buf[];       pointer to source
                COUNT bytes;      number of bytes to move

description  Pokes a ranged of values to any segment and offset
           starting at buf and moving bytes number of bytes.
           used mostly for screen I/O.

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