You can reduce the lines of code by 1 by moving the input to the accumulator immediately, doing the maths, then sending acc to p1. ``` mov p0 acc teq x0 10 + mul 4 + sub 150 mov acc p1 slp 1 ```