aboutsummaryrefslogtreecommitdiff
path: root/programs/mine.rob
diff options
context:
space:
mode:
Diffstat (limited to 'programs/mine.rob')
-rw-r--r--programs/mine.rob18
1 files changed, 18 insertions, 0 deletions
diff --git a/programs/mine.rob b/programs/mine.rob
new file mode 100644
index 0000000..8c37a6a
--- /dev/null
+++ b/programs/mine.rob
@@ -0,0 +1,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. \ No newline at end of file