This topic explains how to use the Language-Sensitive Editor (LSE) with the MACRO-64 language. For LSE to function correctly, LSE must be installed prior to the MACRO-64 assembler.
1 – Invoking LSE
To use LSE with the MACRO-64 language, you must name your program source file with a .M64 file extension. For example, to edit a file named TEST.M64, enter the following command: $ LSE TEST.M64 Using the .M64 file extension invokes the LSE editor and places you in the MACRO-64 language environment. If you choose to use a different file extension, you can still use LSE in the MACRO-64 language environment. For example, to edit a file named TEST.ASM, enter the following command: $ LSE/LANGUAGE=MACRO64 TEST.ASM If you use LSE with MACRO-64, and you want the same behavior on the OpenVMS Alpha operating system as on the OpenVMS VAX operating system, enter the following LSE command: $ SET COMMAND LANGUAGE VMS
2 – Running Diagnostics
You can run diagnostics in LSE to debug programs without leaving the LSE editor. For more information, see the Guide to Language- Sensitive Editor for VMS Systems and the MACRO-64 release notes. When running diagnostics in an LSE editing session, MACRO-64 displays error messages of different severity levels.