33 lines
1.0 KiB
HTML
33 lines
1.0 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ngc7f7.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ngcf0a.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>DEF SEG Define Segment</B>
|
|
|
|
<B>DEF</B> <B>SEG</B> [=<U>segment</U>]
|
|
|
|
Specifies the segment address from which arguments to BLOAD, BSAVE,
|
|
CALL ABSOLUTE, PEEK, and POKE will be offset.
|
|
|
|
<U>segment</U> A numeric expression in the range 0 to 65535.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> 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.
|
|
</PRE>
|
|
<HR>
|
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|