Maze Solver 2
Maze Solver 2
Maze Solver 2
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
EQU
EQU
EQU
EQU
0x00
0x01
0x02
0x03
wall
wall
wall
EQU
EQU
EQU
EQU
EQU
0
1
2
3
7
Loop:
JNB P1.Cheese, Move ; check for the presence of cheese
Eat:
SJMP Eat
Move:
JNB P1.LeftWall, NoLeftWall