Go to the source code of this file.
Namespaces | |
namespace | PC |
Typedefs | |
typedef char | PC::Sign |
Functions | |
void | PC::addSigns (const Sign &op1, const Sign &op2, Sign &result, Sign &carry) |
int | PC::compareSigns (const Sign &op1, const Sign &op2) |
int | PC::signToInt (const Sign &s) |
Sign | PC::negateSign (const Sign &s) |
std::string | PC::signToString (const Sign &s) |
Variables | |
const Sign | PC::ZERO = 0 |
const Sign | PC::PLUS = 1 |
const Sign | PC::MINUS = 2 |