Does anyone have a spin absolutes document?
turbosupra
Posts: 1,088
I'm looking to compile a document with absolutes about spin, for example, methods only return longs.
Does anyone have a list of absolutes like that for spin?
Does anyone have a list of absolutes like that for spin?
Comments
-Phil
I.E: mybyte := serial.rx
returns the serially received byte. The byte is passed in the the lower 8 bits of a 32bit return value, but only this 8 lower bits gets written to the mybyte variable, so it does not really matter that there is a 32bit value in between.
-Phil
Are there other things similar to that, that would be helpful in committing to memory?
(it appears that message was too short)