CAI_Support
Senior Member
In 3.02.17f firmware, we added data type
RAM1B1
through
RAM1B32
Since RAM is a signed 32 bit number RAM1B32 should be the sign bit.
We can only add this bitwise access to RAM1, because each data type will take an entry in symbol table, If we add bitwise access to all RAM, it will run over the symbol table size.
RAM1B1 through RAM1B32 can be read or write in all operations.
RAM1B1
through
RAM1B32
Since RAM is a signed 32 bit number RAM1B32 should be the sign bit.
We can only add this bitwise access to RAM1, because each data type will take an entry in symbol table, If we add bitwise access to all RAM, it will run over the symbol table size.
RAM1B1 through RAM1B32 can be read or write in all operations.