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
New version of the assembler, that does better branch generation.
[sixpic.git]
/
tests
/
conditions
/
or.c
blob
715ec8a08a72d73d1ca48575feb18bac7acc1128
1
byte
f
(
byte x
){
2
while
(
0
){
3
return
2
;
4
}
5
if
(
x
==
2
||
x
!=
0
){
6
return
5
;
7
}
8
return
4
;
9
}
10
f
(
3
);