ScratchData LogoScratchData
Back to Zro716's profile

Bitwise Logic Calculator

ZRZro716•Created September 10, 2014
Bitwise Logic Calculator
19
12
2047 views
View on Scratch

Instructions

If you need help, type "help" operations: AND (&) OR (|) NOT (!) NAND (!&) NOR (!|) XOR (x|) XNOR (x!|) left shift (LSHIFT or <<) right shift (RSHIFT or >>) left circular shift (LCIRCSHIFT or c<<) right circular shift (RCIRCSHFT or c>>) Variable assignment (setvar or :=) Acceptable brackets: < > ( ) [ ] { }

Description

My class is learning about bitwise operations in computers and thought I would give it a go in Scratch. I'm using a modified version of the Shunting-Yard algorithm (thanks to @Paddle2see) to solve the logic. This is probably the most advanced thing I've done so far. please note that this isn't a calculator that does normal math like addition, subtraction, etc. to do list: - finish help pages

Project Details

Project ID26517078
CreatedSeptember 10, 2014
Last ModifiedJanuary 26, 2015
SharedSeptember 13, 2014
Visibilityvisible
CommentsAllowed