(arg int)
| 156 | func (i instruction) sbx() int { return int(i>>posBx&maxArgBx) - maxArgSBx } |
| 157 | |
| 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) } |
no test coverage detected