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>peek value at specified address</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PEEK                     Value at Specified Address

 y = PEEK(n)

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

           n    A single-precision expression in the range 0 to 1,048,575.

   ----------------------------------------------------------------------

      Notes:    n 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.

See Also: DEF SEG POKE

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