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>def seg define segment</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DEF SEG                  Define Segment

 DEF SEG [=segment]

    Specifies the segment address from which arguments to BLOAD, BSAVE,
    CALL ABSOLUTE, PEEK, and POKE will be offset.

     segment    A numeric expression in the range 0 to 65535.

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

      Notes:    DEF SEG defaults to BASIC's data segment (DS). A DEF SEG
                statement with no argument returns the DEF SEG address to
                this default value.

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