Written by: Administrator
Parent Category: Tools
Category: PDP11GUI

PDP11GUI is also a visual development environment for small MACRO-11 assembler programs. In the Source window, you can load, edit and save MACRO-11 source code files.

 

pdp11gui_macro11_source

The main component is a text editor for program source. In this example, the boot loader for TU58 DECtape II tape is shown.

If “Run MACRO11” is pressed, an external MACRO11 assembler is called and translates the source. The result is displayed in the MACRO-11 Listing window. If any errors occur, the first error line is marked red.

Typing errors often result in an “external global symbol”, so occurence of such a symbol is marked as error. Externals can not be resolved since there is no linker phase.

The original DEC documentation for MACRO-11 can be found here.

Win32: which MACRO-11?

PDP11GUI is not bound to a specific version of a MACRO11 cross assembler. You can bring your own assembler, just edit the file "MACRO11.BAT".