<> <> <> <<>> <> Begin: TRN #0; --Assume we'll move to right LDA HX; --Check direction SUB MX; BAZ #NoMove; --Branch if no movement BAG #WasRight; --Branch if move to right TRN #128; --Move to left WasRight: SPD #1; --Move one space SPD #0; NoMove: FIR #64; --Fire at the turkey FIR #192; JMP #Begin;