index
:
nand2tetris.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
projects
/
01
/
Xor.cmp
blob: a1e07b2f5426a4bb84f6f296204d8c7724e53b4a (
plain
)
1
2
3
4
5
| a | b | out | | 0 | 0 | 0 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 0 |