アセンブラファイルとテストの整理
[YACASL2.git] / as / CMD / ld5.casl
diff --git a/as/CMD/ld5.casl b/as/CMD/ld5.casl
new file mode 100644 (file)
index 0000000..2b40d74
--- /dev/null
@@ -0,0 +1,8 @@
+; LDコマンド
+MAIN    START   BEGIN
+BEGIN   LAD     GR2,1
+        LD      GR1,A,GR2
+        RET
+A       DC      1
+B       DC      2
+        END