Metropoli BBS
VIEWER: gecfg.s MODE: TEXT (ASCII)
	TITLE Geometry Library Configuration

INCLUDE GEROMID.H
INCLUDE GEEXTDEC.H

*****************************************************************
* Add the Geometry Library ROMPART to the SYSRAMROMPAIR.
* The following construction of a binary integer is used
* to enable use of the GEROMID equate defined in GEROMID.H.
*
* NOTE: The label GEcfg is only referenced via a relative address
* in the header file GEHEAD so it is being made a "NAMELESS".
* If it was going to be referenced from a secondary then it would
* need to changed to a "NULLNAME" so that the reference would be
* made via a romptr.
*****************************************************************

ASSEMBLE
=GEcfg
RPL
::
  DOBINT GEROMID
  XEQSETLIB 		( autoattach )
;
[ RETURN TO DIRECTORY ]