(op opCode, a int)
| 176 | } |
| 177 | |
| 178 | func createAx(op opCode, a int) instruction { return instruction(op)<<posOp | instruction(a)<<posAx } |
| 179 | |
| 180 | func (i instruction) String() string { |
| 181 | op := i.opCode() |
no test coverage detected
searching dependent graphs…