home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super Net 1
/
SUPERNET_1.iso
/
PC
/
OTROS
/
MSDOS
/
WATTCP
/
BOOTP.ZIP
/
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
|
1989-06-02
|
225 b
|
13 lines
; define big or small model for library assembly code
FALSE equ 0 ;for small model
TRUE equ 1 ;for big model
FUNC_L equ 0
FUNC_S equ 1
PTR_L equ 0
PTR_S equ 1
INCLUDE macros.hsm