Skip to content

Commit b455536

Browse files
author
theBF
committed
Update HOW TO USE SEMI-CODE.md
1 parent 10133da commit b455536

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

HOW TO USE SEMI-CODE.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ VP is initialized to HEX 1000 on system boot.
4444

4545
100 VDP-CARRAY: ]VDP \ create array at location of VP
4646

47-
These will now give us the base address of the array.
48-
0 ]VDP .
49-
47+
These code will give us the base address of the array in VDP RAM.
48+
```
49+
0 ]VDP .
50+
```
5051
We must read and write ]VDP with VC@ and VC! because it is not in RAM.
5152

5253
HEX

0 commit comments

Comments
 (0)