How to configure a text editor for convenient use of X-Assembler

This document describes, how to setup a text editor to: Of course these features are not available in Windows Notepad, so you must pick another text editor. Fortunately there are many general-purpose text editors for Windows. I'll fucus on three: All of these have similar features. EditPlus is very good, unfortunately it is shareware (you have to pay $30). The other editors are freeware. Personally I prefer Code-Genie, which offers unique feature of editing binary files.

Highlighting X-Assembler mnemonics

In the syntax subdirectory you'll find X-Assembler syntax definitions for all these editors.

Single-keystroke assembly

Placing the cursor where an assembly error occured

This works same for all these three editors: just double-click the line with the error message.


Back