home *** CD-ROM | disk | FTP | other *** search
- ;Beginning of Robot
-
-
- ;Defining some data...
-
- ; Shot-Accuracy:
- mov ax 0
- ; Turn Rate: (while shooting)
- mov bx 3
-
-
- :1
-
- opo _steering 5
- ipo _Scan_Enemy ay
- cmp ay 1000
- jgr 1
-
- opo _set_overburn 1
-
- :5
-
- opo _laser ax
- opo _steering bx
-
- ipo _heat_sense cx
- cmp cx 250
- ja 10
-
- jmp 5
-
-
- ; Fix Heat.
- :10
- opo _set_overburn 0
- ipo _heat_sense cx
- cmp cx 0
- ja 10
- jmp 1
-