+
+ Switch back to relocatable mode. See the command.
+
+
.REPEAT
Repeat all commands between
-.RELOC
-
- Switch back to relocatable mode. See the command.
-
-
.RES
Reserve storage. The command is followed by one or two constant
@@ -4014,17 +4014,16 @@ writing new code from scratch.
- Replace all program counter assignments (which are not possible in ca65
by default, and the respective emulation feature works different from what
-you'd expect) by another way to skip to another memory location, for example
-the
directive.
+you'd expect) by another way to skip to memory locations, for example the
+ directive.
; *=$2000
.res $2000-* ; reserve memory up to $2000
-notice that other than the original TASS, ca65 can never move the
-programmcounter backwards - think of it as if you are assembling to disc with
-TASS.
+Please note that other than the original TASS, ca65 can never move the program
+counter backwards - think of it as if you are assembling to disk with TASS.
- Conditional assembly (
-notice that you need to use the actual start address minus two, since two
-bytes are used for the cbm load address.
+Note that you need to use the actual start address minus two, since two bytes
+are used for the cbm load address.