[<<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 65535; specifies a
                decimal offset within the segment specified by the most
                recent DEF SEG statement.

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

See Also: PEEK
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson