1;
2;       Z88 Graphics Functions
3;
4;       Written around the Interlogic Standard Library
5;
6;	$Id: getmaxx.asm,v 1.5 2017-01-02 21:51:24 aralbrec Exp $
7;
8
9
10	INCLUDE	"graphics/grafix.inc"
11
12
13                SECTION         code_graphics
14                PUBLIC    getmaxx
15                PUBLIC    _getmaxx
16
17.getmaxx
18._getmaxx
19		ld	hl,maxx-1
20		ret
21