diff --git a/SourceGen/RuntimeData/Help/tutorials.html b/SourceGen/RuntimeData/Help/tutorials.html index cea1311..0a01871 100644 --- a/SourceGen/RuntimeData/Help/tutorials.html +++ b/SourceGen/RuntimeData/Help/tutorials.html @@ -206,13 +206,16 @@ comment, and hit Enter. Your comment appears in the "comment" column.

give it a name. With the line at $2000 selected, use Actions > Edit Operand, or double-click on "$3000". Select the "Symbol" radio button, then type "INPUT" in the text box. Click "OK".

-

Disappointed? Nothing seems to have happened. The problem is that we -updated the operand to reference a symbol that doesn't exist. Open the +

Disappointed? The instruction is unchanged. The problem is that we +updated the operand to reference a symbol that doesn't exist. This fact +is noted in a message that appeared at the bottom of the screen. Open the operand editor again, but this time click on "Create Project Symbol" at the bottom left. Enter "INPUT" in the Label field, and click "OK", then click "OK" in the operand editor.

-

That's better. If you scroll up to the top of the project, you'll see -that there's now a ".EQ" line for the symbol.

+

That's better. The instruction looks the way we wanted it to, and the +message at the bottom of the window disappeared. If you scroll up to the +top of the project, you'll see that there's now a ".EQ" line for +the symbol.

Operands that refer to in-file locations behave similarly. Select the line two down, at address $2005, and Actions > Edit Operand. Enter the symbol "IS_OK". (Note you don't actually have to click Symbol first -- if