Description
This program allows you to input two values and perform either bitwise OR or bitwise AND on them. After selecting an operator via the [1] key or the [2] key, the program ends and outputs the result on the home screen.
Since the TI OS doesn't have built-in support for bitwise operators, this program will allow you to calculate values with these operators if you need it to do so.
Screenshots
Archive Contents
Name | Size |
---|---|
BITWISE.8xp | 1.0 KB |
demonstration.gif | 25.6 KB |
read me.txt | 444 bytes |
- File Size
- 13.4 KB
- Short link
- http://ceme.tech/DL2325
Reviews
This program works as stated for up to 32-bit integers! I would have liked to see additional support for xor and a faster decimal->binary implementation, but this program is relatively fast and is a nice addition to any programmer's calculator. Good work!
Versions
- Bitwise Operators (published 1 year, 11 months ago; 2022-12-27 21:12 UTC)
Advertisement