Skip to content

Commit

Permalink
Adds "LOCATE" to manual and fixes minor formatting bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsc committed Mar 5, 2020
1 parent 36aa7c0 commit efb5a1a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,14 @@ Graphic and Sound Statements
|GR. 15 | 160x192 | 4 |


**Get color of pixel**
**LOCATE _x_, _y_, _var_ / LOC.**

Reads the color of pixel in the
specified _x_ and _y_ coordinates and
store into variable _var_.


**Plots A Single Point**
**PLOT _x_, _y_ / PL.**

Expand Down Expand Up @@ -1652,7 +1660,7 @@ statement:
starting the next line with `DLI =`


**Enable a DLI**
**Enable a DLI**
**DLI _name_ / DL.**

This statement enables the DLI with
Expand All @@ -1677,7 +1685,7 @@ statement:
a _PHA_ and end with _PLA_ and _RTI_.


**Disable a DLI**
**Disable a DLI**
**DLI / DL.**

This statement simply disables the
Expand Down

0 comments on commit efb5a1a

Please sign in to comment.