Returns the Ax field (A extended) of the instruction at the given line.
(int line)
| 117 | * Returns the Ax field (A extended) of the instruction at the given line. |
| 118 | */ |
| 119 | public int Ax(int line) { |
| 120 | return extractor.Ax.extract(code[line - 1]); |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Returns the Bx field (B extended) of the instruction at the given line. |