SlowLineUp.Robot
Created Tuesday, May 22, 1984 1:13 pm PDT
Eric Nickell, July 6, 1985 11:51:57 am PDT
Try to follow the movements of the 'other guy'.
Begin:
TRN #0; --Assume we'll move to right
LDAHX; --Check direction
SUBMX;
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;