アセンブラファイルとテストの整理
[YACASL2.git] / as / ERR / cmd_err0.casl
diff --git a/as/ERR/cmd_err0.casl b/as/ERR/cmd_err0.casl
new file mode 100644 (file)
index 0000000..82efe3e
--- /dev/null
@@ -0,0 +1,6 @@
+MAIN    START   BEGIN
+BEGIN   LAD     GR1,3
+        LAD     GR2,2
+        LEA     GR1,GR2
+        RET
+        END