テストの整理
[YACASL2.git] / as / err / err_210.casl
diff --git a/as/err/err_210.casl b/as/err/err_210.casl
new file mode 100644 (file)
index 0000000..2610bef
--- /dev/null
@@ -0,0 +1,10 @@
+;;; casl2 -O err_210.casl && comet2 -M8 a.o
+MAIN    START
+        LD      GR0,A
+        LD      GR0,B
+        LD      GR0,C
+        RET
+A       DC      7
+B       DC      -7
+C       DC      0
+        END