repo.or.cz
/
sixpic.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added 32-16 multiplication, needed for PICOBIT.
[sixpic.git]
/
tests
/
math
/
shift8.c
blob
fd11ed593359b44b4668b1b57e0337c94b625a88
1
byte z
=
3
;
2
z
=
z
<<
3
;
3
z
=
z
>>
2
;
4
z
;
5
byte w
=
1
<<
z
;
6
w
;