]> 4ch.mooo.com Git - 16.git/blob - 16/xlib/model.inc
__seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd...
[16.git] / 16 / xlib / model.inc
1 IFDEF s\r
2 ;  DISPLAY "XLIB04 Small Model"\r
3   .model small\r
4 ELSE\r
5   IFDEF c\r
6 ;    DISPLAY "XLIB04 Compact Model"\r
7     .model compact\r
8   ELSE\r
9      IFDEF l\r
10 ;       DISPLAY "XLIB04 Large Model"\r
11       .model large\r
12      ELSE\r
13           IFDEF h\r
14       .model huge\r
15                 ELSE\r
16 ;       DISPLAY "WARNING: Model was not defined at the command line."\r
17 ;       DISPLAY "         Using default small model ie /ds         "\r
18 ;       DISPLAY "         Include in TASM commandline either /ds, /dc or /dl"\r
19        .model small\r
20      ENDIF\r
21   ENDIF\r
22 ENDIF\r