page 75,132
%title "Object Oriented Memory Management System - TASM 4.0"
%subttl "Testing/Benchmark module"
; Copyright (c) 1993 By Borland International, Inc.
ifndef MDL
display "Error: This module requires that you provide a memory model"
display " definition on the command line. I.E. /dMDL=SMALL."
display "Also, /m must be given on the command line to enable multiple"
display " passes."
MDL equ <SMALL>
endif
ModuleVersion EQU "0.32"
nowarn
jumps
page
locals @@
; Things to check:
; Check the effect of /ML on generated macros for method calls.