home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
INTERNET
/
WWW
/
LYNX
/
SOURCE
/
SRC0_8A.ZIP
/
WATTCP
/
ELIB
/
MODEL.HSM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-19
|
288 b
|
20 lines
; define big or small model for library assembly code
FALSE equ 0
TRUE equ 1
; This is gross but works under TASM and MASM 4.0 up
;
if FUNC_L
FUNC_S equ 0
PTR_L equ 1
PTR_S equ 0
else
FUNC_S equ 1
PTR_L equ 0
PTR_S equ 1
endif
INCLUDE macros.hsm