We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831b753 commit 03de447Copy full SHA for 03de447
assembler/examples/hello.tx2as
@@ -9,9 +9,8 @@
9
DISCONNECT = 20000 ** IOS command to disconnect a unit
10
BEGIN = 100
11
12
-** The first Lincoln Writer is output unit 66. We will put the code
13
-** for its sequence at 200, so the program counter for sequence 66
14
-** (which is X₆₆) should start at 200.
+** The first Lincoln Writer is output unit 66. The program counter for
+** sequence 66 (which is X₆₆) should start at OUTPUT.
15
BEGIN| REX₆₆ OUTPUT ** Set X₆₆ to the address of the printing code.
16
²¹IOS₆₆ LWCONNECT ** Connect Lincoln Writer output 1 (unit 66).
17
0 commit comments