Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>poke write byte to memory</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
POKE                     Write Byte to Memory

 POKE address,byte

    Writes a specified byte at a specified memory offset within the
    current segment.

     address    A numeric expression in the range 0 to 1048575; specifies
                a decimal offset within the segment specified by the most
                recent DEF SEG statement. If there has been no DEF SEG
                statement, the offset is within QuickBASIC's data segment.

        byte    A numeric expression in the range 0 to 255; specifies the
                data to be written at offset address.

See Also: PEEK

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