LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
c_branch.h
Go to the documentation of this file.
1 /*
2  * LEGO® MINDSTORMS EV3
3  *
4  * Copyright (C) 2010-2013 The LEGO Group
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19  */
20 
21 
22 #ifndef C_BRANCH_H_
23 #define C_BRANCH_H_
24 
25 void cBranchJr(void);
26 
27 void cBranchJrFalse(void);
28 
29 void cBranchJrTrue(void);
30 
31 void cBranchJrNan(void);
32 
33 void cBranchJrLt8(void);
34 
35 void cBranchJrLt16(void);
36 
37 void cBranchJrLt32(void);
38 
39 void cBranchJrLtF(void);
40 
41 void cBranchJrGt8(void);
42 
43 void cBranchJrGt16(void);
44 
45 void cBranchJrGt32(void);
46 
47 void cBranchJrGtF(void);
48 
49 void cBranchJrLtEq8(void);
50 
51 void cBranchJrLtEq16(void);
52 
53 void cBranchJrLtEq32(void);
54 
55 void cBranchJrLtEqF(void);
56 
57 void cBranchJrGtEq8(void);
58 
59 void cBranchJrGtEq16(void);
60 
61 void cBranchJrGtEq32(void);
62 
63 void cBranchJrGtEqF(void);
64 
65 void cBranchJrEq8(void);
66 
67 void cBranchJrEq16(void);
68 
69 void cBranchJrEq32(void);
70 
71 void cBranchJrEqF(void);
72 
73 void cBranchJrNEq8(void);
74 
75 void cBranchJrNEq16(void);
76 
77 void cBranchJrNEq32(void);
78 
79 void cBranchJrNEqF(void);
80 
81 #endif /* C_BRANCH_H_ */
void cBranchJrEq32(void)
opJR_EQ32 byte code
Definition: c_branch.c:459
void cBranchJrLt16(void)
opJR_LT16 byte code
Definition: c_branch.c:180
void cBranchJrNEq32(void)
opJR_NEQ32 byte code
Definition: c_branch.c:583
void cBranchJrGtEq32(void)
opJR_GTEQ32 byte code
Definition: c_branch.c:831
void cBranchJrNEq16(void)
opJR_NEQ16 byte code
Definition: c_branch.c:552
void cBranchJrLtEq8(void)
opJR_LTEQ8 byte code
Definition: c_branch.c:645
void cBranchJrGtEq8(void)
opJR_GTEQ8 byte code
Definition: c_branch.c:769
void cBranchJrEqF(void)
opJR_EQF byte code
Definition: c_branch.c:490
void cBranchJrLtF(void)
opJR_LTF byte code
Definition: c_branch.c:242
void cBranchJrNEqF(void)
opJR_NEQF byte code
Definition: c_branch.c:614
void cBranchJrLt32(void)
opJR_LT16 byte code
Definition: c_branch.c:211
void cBranchJrLtEq32(void)
opJR_LTEQ32 byte code
Definition: c_branch.c:707
void cBranchJrLtEq16(void)
opJR_LTEQ16 byte code
Definition: c_branch.c:676
void cBranchJrNEq8(void)
opJR_NEQ8 byte code
Definition: c_branch.c:521
void cBranchJrLtEqF(void)
opJR_LTEQF byte code
Definition: c_branch.c:738
void cBranchJrGtF(void)
opJR_GTF byte code
Definition: c_branch.c:366
void cBranchJrGt16(void)
opJR_GT16 byte code
Definition: c_branch.c:304
void cBranchJrEq8(void)
opJR_EQ8 byte code
Definition: c_branch.c:397
void cBranchJrGtEqF(void)
opJR_GTEQF byte code
Definition: c_branch.c:862
void cBranchJr(void)
opJR byte code
Definition: c_branch.c:42
void cBranchJrGtEq16(void)
opJR_GTEQ16 byte code
Definition: c_branch.c:800
void cBranchJrGt32(void)
opJR_GT32 byte code
Definition: c_branch.c:335
void cBranchJrNan(void)
opJR_NAN byte code
Definition: c_branch.c:117
void cBranchJrGt8(void)
opJR_GT8 byte code
Definition: c_branch.c:273
void cBranchJrFalse(void)
opJR_FALSE byte code
Definition: c_branch.c:62
void cBranchJrLt8(void)
opJR_LT8 byte code
Definition: c_branch.c:149
void cBranchJrTrue(void)
opJR_TRUE byte code
Definition: c_branch.c:89
void cBranchJrEq16(void)
opJR_EQ16 byte code
Definition: c_branch.c:428