;
; flex.s
;
; Flexible memory handling
;
;  1998 Straylight
;

		GET	libs:header
		GET	sh.workspace

		GBLL	OPT_STANDALONE
		GBLL	OPT_STACK

		MACRO
$label		WSPACE	$addr,$reg
		; nothing
		MEND

		LNK	libs:s.flex

