From 0738dab5faf6b7ef28afbd2f91d06abdb82a0b48 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 21 Nov 2010 23:52:52 +0100 Subject: [PATCH] Minsk: Loop example --- ex-loop | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ex-loop diff --git a/ex-loop b/ex-loop new file mode 100644 index 0000000..5f2177d --- /dev/null +++ b/ex-loop @@ -0,0 +1,17 @@ +; This program calculates 1+...+100 (a tribute to C. F. Haus) + +@0050 +-11 00 0000 1002 +-30 00 0060 0000 + +@0060 ++11 00 1000 1002 ++21 00 1001 1000 +-34 00 0060 0063 +-62 00 1000 1002 +-62 00 7400 0000 +-00 00 0000 0000 + +@1000 ++0000 0000 0144 ++0000 0000 0001 -- 2.39.2