]> j8takagi.net git repositories - yacasl2.git/commitdiff
CASL IIサンプルコードldlad.caslを追加
authorj8takagi <j8takagi@nifty.com>
Thu, 18 Jun 2026 10:30:46 +0000 (19:30 +0900)
committerj8takagi <j8takagi@nifty.com>
Thu, 18 Jun 2026 10:30:46 +0000 (19:30 +0900)
as/sample/ldlad.casl [new file with mode: 0644]

diff --git a/as/sample/ldlad.casl b/as/sample/ldlad.casl
new file mode 100644 (file)
index 0000000..6eab78f
--- /dev/null
@@ -0,0 +1,10 @@
+MAIN    START
+        LD      GR1,A
+        LAD     GR2,A
+        LAD     GR3,1
+        ST      GR1,B
+        ST      GR2,B,GR3
+        RET
+A       DC      3
+B       DS      2
+        END