(arg int)
| 158 | func (i *instruction) setA(arg int) { i.setArg(posA, sizeA, arg) } |
| 159 | func (i *instruction) setB(arg int) { i.setArg(posB, sizeB, arg) } |
| 160 | func (i *instruction) setC(arg int) { i.setArg(posC, sizeC, arg) } |
| 161 | func (i *instruction) setBx(arg int) { i.setArg(posBx, sizeBx, arg) } |
| 162 | func (i *instruction) setAx(arg int) { i.setArg(posAx, sizeAx, arg) } |
| 163 | func (i *instruction) setSBx(arg int) { i.setArg(posBx, sizeBx, arg+maxArgSBx) } |
no test coverage detected