summaryrefslogtreecommitdiffhomepage
path: root/samples/stress5.mixal
diff options
context:
space:
mode:
Diffstat (limited to 'samples/stress5.mixal')
-rw-r--r--samples/stress5.mixal17
1 files changed, 0 insertions, 17 deletions
diff --git a/samples/stress5.mixal b/samples/stress5.mixal
deleted file mode 100644
index fce18cb..0000000
--- a/samples/stress5.mixal
+++ /dev/null
@@ -1,17 +0,0 @@
-* checking output to binary device
-OUTDEV EQU 1 device for output
-FROM EQU 1000
-TO EQU 1099
-INITVAL EQU 1
-STEP EQU 10
- ORIG 2000
-START ENTA INITVAL
- ST1 0
-LOOP STA FROM,1
- INC1 1
- INCA STEP
- CMP1 =TO-FROM+1=
- JNE LOOP
- OUT FROM(OUTDEV)
- HLT
- END START