Skip to content

Commit a6e2d51

Browse files
committed
There is no .copyTiles label
1 parent 7df2873 commit a6e2d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part1/memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ So, if we look at the first two instructions of `CopyTiles`:
133133
...we can see that we're copying the byte in memory *pointed to* by `de` (that is, whose address is contained in `de`) into the byte pointed to by `hl`.
134134
Here, `a` serves as temporary storage, since the CPU is unable to perform `ld [hl], [de]` directly.
135135

136-
While we're at this, let's examine the rest of `.copyTiles` in the following lessons!
136+
While we're at this, let's examine the rest of `CopyTiles` in the following lessons!
137137

138138
---
139139

0 commit comments

Comments
 (0)