Skip to content

Commit 6773afa

Browse files
authored
Update README.md
1 parent b6c7e51 commit 6773afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jsr monkey.Spin
4646
```
4747
- `var [#] <name>` ; # = number of bytes to allocate to this label, `<name>` = name of label. dundalk will allocate a spot in zeropage RAM for this label with # bytes.
4848
- `const <name> <value>` ; dundalk will replace all occurences of `<name>` across codebase with `<value>`.
49-
- `idset <name> { }` ; dundalk will replace each occurence of every label inside the `idset` across the codebase with its index inside the `idset`. e.g. with the following idset:
49+
- `idset <name> { }` ; basically an enum. dundalk will replace each occurence of every label inside the `idset` across the codebase with its index inside the `idset`. e.g. with the following idset:
5050
```
5151
idset STATE {
5252
IDLE

0 commit comments

Comments
 (0)