dos_compilers/Microsoft QuickBASIC v3/manual/ngcd1a.html
2024-07-01 13:00:14 -07:00

33 lines
1.0 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ngc7f7.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ngcf0a.html">[Next Entry&gt;&gt;]</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>