X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fxlib%2Fmodel.inc;h=f35b3faeae75f1eca1c9585af43fa9f478a2b92f;hb=de8c72fbd0dca283ea70df930c950a5399f06222;hp=afcdced493ab00f4510d229c60737375d64a1561;hpb=922a4ace00cd3b3b8febf878b0c679a11b654731;p=16.git diff --git a/16/xlib/model.inc b/16/xlib/model.inc index afcdced4..f35b3fae 100755 --- a/16/xlib/model.inc +++ b/16/xlib/model.inc @@ -1,21 +1,22 @@ IFDEF s - DISPLAY "XLIB04 Small Model" +; DISPLAY "XLIB04 Small Model" .model small ELSE IFDEF c - DISPLAY "XLIB04 Compact Model" +; DISPLAY "XLIB04 Compact Model" .model compact ELSE IFDEF l - DISPLAY "XLIB04 Large Model" +; DISPLAY "XLIB04 Large Model" .model large ELSE - DISPLAY "WARNING: Model was not defined at the command line." - DISPLAY " Using default small model ie /ds " - DISPLAY " Include in TASM commandline either /ds, /dc or /dl" + IFDEF h + .model huge + ELSE +; DISPLAY "WARNING: Model was not defined at the command line." +; DISPLAY " Using default small model ie /ds " +; DISPLAY " Include in TASM commandline either /ds, /dc or /dl" .model small ENDIF ENDIF ENDIF - - \ No newline at end of file