;
;    $Id: base.s 108 2003-12-12 22:21:24Z ajw $
;    $URL: http://svn.cp15.org/NFS/tags/v106/!Sunfish/base.s $
;
;    Export the base address of the module in a format that can be used from C
;

	AREA	|C$$Data|, DATA, READONLY, REL
	IMPORT	|Image$$RO$$Base|
	EXPORT	|module_base_address|
|module_base_address|	DCD	|Image$$RO$$Base|

	END
