mirror of
https://github.com/VARCem/asm6502.git
synced 2026-09-23 07:06:13 +00:00
replace the term program counter by address counter (its not the CPUs PC)
This commit is contained in:
@@ -504,7 +504,7 @@ Copyright 2022-2023 by Bernd Boeckmann
|
||||
Relative addressing is only used by branch instructions. The branch
|
||||
offset in the range of -128 to 127 is encoded by the byte following
|
||||
the opcode. The assembler interprets the argument, which may be any
|
||||
numeric expression, relative to the current program counter.
|
||||
numeric expression, relative to the current address counter.
|
||||
|
||||
loop: BNE loop
|
||||
|
||||
@@ -996,4 +996,4 @@ A Instruction Reference
|
||||
|
||||
98 tya
|
||||
|
||||
[So 23 Apr 19:35:37 2023]
|
||||
[So 23 Apr 19:39:01 2023]
|
||||
|
||||
@@ -326,7 +326,7 @@ The byte-sized argument is encoded in the byte following the opcode. The argumen
|
||||
|
||||
\S{}Relative addressing
|
||||
|
||||
Relative addressing is only used by branch instructions. The branch offset in the range of -128 to 127 is encoded by the byte following the opcode. The assembler interprets the argument, which may be any numeric expression, relative to the current program counter.
|
||||
Relative addressing is only used by branch instructions. The branch offset in the range of -128 to 127 is encoded by the byte following the opcode. The assembler interprets the argument, which may be any numeric expression, relative to the current address counter.
|
||||
|
||||
\c loop: BNE loop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user