Returns the C field of the instruction at the given line.
(int line)
| 79 | * Returns the C field of the instruction at the given line. |
| 80 | */ |
| 81 | public int C(int line) { |
| 82 | return extractor.C.extract(code[line - 1]); |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * Returns the sC (signed C) field of the instruction at the given line. |
no test coverage detected