qck.hlp (Table of Contents; Topic list)
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