Add better syntax for accessing bytes inside words/dwords.
The <w / >w syntax is OK for 16-bit words - but not very good for 32-bit words. When 24-bit words get introduced it will be even worse.
Currently to access byte 3 of a dword the following syntax is needed with spaces being important < > dw
. This introduces a temporary word-variable holding the high-word of dw.
A better solution would be to introduce a better syntax for directly accessing bytes/words inside larger words/dwords.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information