qck.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.
DEF SEG Statement
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Sets the current segment address for a subsequent execution of either:
    • Absolute routine                 • BLOAD or BSAVE statement
    • PEEK function                    • POKE statement
 
 The segment address setting remains in effect until changed.
 
    DEF SEG [ = address]
 
    ■ address    Segment address value in the range 0 to 65,535, inclusive;
                 if omitted, the current segment address is reset to the
                 default data segment
 
 See Also
    Absolute Routine                       BLOAD Statement
    BSAVE Statement                        DEF FN Statement
    Mixed-Language Programming Commands    PEEK Function
    POKE Statement                         SSEG Function
    SSEGADD Function