Re: [Flashforth-devel] Válasz: Pin words
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-03-26 05:24:23
|
Since these words actually only work with SFRs in access ram they could be called sfrbit-on: sfrbit-off: sfrbit-test: The words that work with the whole ram space could be bit-on: bit-off: bit-test: These words need to generate code to set the bank bits also. BR Mike On 03/25/2014 11:36 PM, Herman Attila wrote: > It is good idea to use such words, but I think their usage belongs not to the pins only. > Any bit usable in similar way. According to this theory the terminology probably: > bit-on: > bit-off: > bit-test: (or bit?:) > > The name of defined word can refer to its function, such as usage of a pin or function of a bit of a sfr etc. > > BR > Attila |