CASLファイルのフォルダを変更
[YACASL2.git] / as / err / opdspc_err.casl
diff --git a/as/err/opdspc_err.casl b/as/err/opdspc_err.casl
new file mode 100644 (file)
index 0000000..f5ab5bf
--- /dev/null
@@ -0,0 +1,7 @@
+MAIN    START   BEGIN
+BEGIN   LD      GR1, A
+        ADDA    GR1,B
+        RET
+A       DC      3
+B       DC      1
+        END