()
| 151 | func (i instruction) a() int { return int(i >> posA & maxArgA) } |
| 152 | func (i instruction) b() int { return int(i >> posB & maxArgB) } |
| 153 | func (i instruction) c() int { return int(i >> posC & maxArgC) } |
| 154 | func (i instruction) bx() int { return int(i >> posBx & maxArgBx) } |
| 155 | func (i instruction) ax() int { return int(i >> posAx & maxArgAx) } |
| 156 | func (i instruction) sbx() int { return int(i>>posBx&maxArgBx) - maxArgSBx } |
no outgoing calls
no test coverage detected