;	HEADERS
;	define big or small model for library assembly code

FALSE	equ	0	;for small model
TRUE	equ	1	;for big model

@bigmodel equ FALSE	;select this for model desired
