]> 4ch.mooo.com Git - 16.git/blobdiff - 16/xlib/model.inc
wwww
[16.git] / 16 / xlib / model.inc
index afcdced493ab00f4510d229c60737375d64a1561..f35b3faeae75f1eca1c9585af43fa9f478a2b92f 100755 (executable)
@@ -1,21 +1,22 @@
 IFDEF s\r
-  DISPLAY "XLIB04 Small Model"\r
+;  DISPLAY "XLIB04 Small Model"\r
   .model small\r
 ELSE\r
   IFDEF c\r
-    DISPLAY "XLIB04 Compact Model"\r
+;    DISPLAY "XLIB04 Compact Model"\r
     .model compact\r
   ELSE\r
      IFDEF l\r
-       DISPLAY "XLIB04 Large Model"\r
+;       DISPLAY "XLIB04 Large Model"\r
       .model large\r
      ELSE\r
-       DISPLAY "WARNING: Model was not defined at the command line."\r
-       DISPLAY "         Using default small model ie /ds         "\r
-       DISPLAY "         Include in TASM commandline either /ds, /dc or /dl"\r
+          IFDEF h\r
+      .model huge\r
+               ELSE\r
+;       DISPLAY "WARNING: Model was not defined at the command line."\r
+;       DISPLAY "         Using default small model ie /ds         "\r
+;       DISPLAY "         Include in TASM commandline either /ds, /dc or /dl"\r
        .model small\r
      ENDIF\r
   ENDIF\r
 ENDIF\r
-\r
-\1a
\ No newline at end of file