aboutsummaryrefslogtreecommitdiff
path: root/programs/mine.rob
blob: 8c37a6a5f2c671972dead655a65a68e6138e18c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; RoboCombat program

Published Name Mine
Published Author Dennis C. Bemmann
;Country Germany

Bank MINE
  @Loop
  Turn 1             ; Turn right.
  Set %Active, 0     ; Deactivate potential enemy.
  Scan #1            ; Scan the field.
  Comp #1, 1         ; Is an enemy?
  Jump @Loop         ; No, turn again.
  Trans 2, 1         ; Transfer Black Bank.
  Set %Active, 1     ; Reactivate.
                     ; Auto-Reboot
Bank MINE MORTAL
  Die                ; The classic Black Bank.