| .DEF SEG Statement QuickSCREENi |
|
  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. |