qb45qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
SEG
:nDEF SEG Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
DEF SEG - a memory statement that sets the current segment address
          for a subsequent PEEK function or BLOAD, BSAVE, CALL ABSOLUTE,
          or POKE statement
 
Syntax
  DEF SEG [=address]
    ■ If all arguments are omitted, the BASIC data segment is used.
    ■ address, a numeric expression has an unsigned integer value between
      0 and 65,535, is the beginning of the segment to be used by the
      other statement or function.