In a message dated 19/10/03 15:23:18 GMT Daylight Time, [EMAIL PROTECTED] writes:
[EMAIL PROTECTED] wrote:
> Most, or a lot, of SMSQ/E can be assembled either by GWASS or by Qmac without
> any change. For the remainder it is possible to alter the source code
> slightly so that it too could be assembled either by GWASS and by Qmac. The choice of
> assembler would be governed by a simple switch.

Hm? I thought all macro instantiations had to be changed in a way
incompatible to QMAC?

Marcel
OK. The "remaining programs" are altered by including code for GWASS as well as the code for Qmac. The choice of which to use is done by the parameter of the appropriate "IF" type instruction which is common to both assemblers. If macros are needed the choice is between the directory "mac" and the directory "mac1". The second directory contains the same macros as the first but in a form suitable for GWASS. The choice here is thus between
    INCLUDE "dev8_mac", and
    INCLUDE "dev8_mac1"
 
George
 

Reply via email to