; big.inc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; The following allows the programmer to customize routines. ; They can be selected here or on the assembler command line. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; different pointer models: near, based, far ; huge pointers is not supported in assembly, only in C ; uncomment only ONE of these ;BIG_NEAR equ <> BIG_BASED equ <> ;BIG_FAR equ <> ; different cpu usage: ; uncomment at least one of these ; uncomment both if cpu to be determined at run time BIG16 equ <> ; <= 286 BIG32 equ <> ; >= 386 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; The rest is determined by the assembler ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IFNDEF BIG_NEAR IFNDEF BIG_BASED IFNDEF BIG_FAR .err