1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-01 14:57:08 +00:00

Update User Manual.md

This commit is contained in:
David Schmenk 2014-11-06 11:33:18 -08:00
parent a50f2e3b6b
commit 48cb5c0537

View File

@ -368,8 +368,8 @@ Address operators can work on any value, i.e. anything can be an address. Parent
|:----:|---------------------|
| . | byte type override
| : | word type override
| -> | pointer to byte
| => | pointer to word
| -> | pointer to byte type
| => | pointer to word type
| [] | array index
| () | functional call