This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 32 lines
!!! Overview
[{$pagename}] takes two [bit] patterns of __equal length__ and performs the logical inclusive OR operation on each pair of corresponding [bits].
The result in each position is 0 if both bits are 0, while otherwise the result is 1. For [example]:
* 0101 ([decimal] 5) [{$pagename}]
* 0011 ([decimal] 3) =
* 0111 ([decimal] 7)
[{$pagename}] may be used to set to 1 the selected [bits] of the register described above. \\
For example, the fourth bit of 0010 (decimal 2) may be set by performing a [{$pagename}] with the pattern with only the fourth bit set:
* 0010 ([decimal] 2) [{$pagename}]
* 1000 ([decimal] 8) =
* 1010 ([decimal] 10)
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]