• Please review our updated Terms and Rules here

Who would have thought – MACRO-11

Hunta

Veteran Member
Joined
Mar 23, 2021
Messages
814
Location
Samara, Russian Federation
The DSMAC.MAC file will be included. The expression in angle brackets is evaluated, the least significant byte is taken, and (as ASCII code) appended to the filename string.

Code:
TEST = 'A
.INCLUDE /DSM/<TEST>/C.MAC/

Benchmark mode. Can only be enabled from the command line, and whether to enable or disable doesn't matter – either option ENABLES the mode. A key nuance is that the listing will be IDENTICAL from run to run on the same file(s) – the compilation version and time are removed from the page header, and compilation statistics are not displayed. Option for RT-11:

Code:
MACRO/ENABLE:BMK TEST
or
Code:
MACRO/DISABLE:BMK TEST

Example listing header and statistics:

Code:
ASSEM - Random assembler initia    MACRO Vnn.nna Weekday dd-mmm-yy hh:mm  Page 1
...
*** Assembler statistics


Work  file  reads:
Work  file writes:
Size of work file:
Size of core pool:
Operating  system:

Elapsed time:
 
Back
Top