diff --git a/doc/editors.htm b/doc/editors.htm index 7b7fb52..c503fa8 100644 --- a/doc/editors.htm +++ b/doc/editors.htm @@ -15,39 +15,45 @@

Of course these features are not available in the Windows Notepad, so you must pick another text editor. Fortunately there are many -general-purpose text editors for Windows. I'll fucus on four of them:

+general-purpose text editors for Windows. I'll focus on the following:

-

All of these have similar features. Personally I prefer -Code-Genie.

Highlighting xasm mnemonics

In the syntax subdirectory you'll find xasm syntax definitions for all of these editors.

Single-keystroke assembly

Placing the cursor where an assembly error occured

-

This works same for all these four editors: just double-click the line +

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

diff --git a/doc/xasm.htm b/doc/xasm.htm index cc6c7bd..bdf1eed 100644 --- a/doc/xasm.htm +++ b/doc/xasm.htm @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -xasm 2.6.0 +xasm 2.6.1 @@ -57,8 +57,8 @@ Prevents xasm from printing its name and the summary (how many lines assembled and bytes written). Good if you are building a project from many source files and don't want tons of messages.
/t[:filename]
-
List label table. If no filename given, the table is written -at the end of listing or to source.tab.
+
List label table. If no filename given, the table is appended +to the listing.
/u
Warn of unused labels. A warning message will be issued for each label, whose value is never used.
@@ -560,6 +560,21 @@ in all 6502 commands and pseudo-commands, except for cmd (z),0- = ldy #0 : cmd (z),y : dey

CHANGES

+

Version 2.6.1 (2005-05-21)

+

Version 2.6.0 (2005-02-07)