A simple demo demonstrating the power of pure HTML5 and CSS3 by implementing the logical OR function. In this demo register A
can be set to the equivalent binary that represents an 8-bit integer. After processing, the R
register will contain the equivalent binary of the integer equal to ¬ A
(NOT A
).
A
to the binary representation of an integer.TAB
key to go to the first bit in R
that needs to be changed.SPACE
to set that bit.R
are either yellow, or magenta.