From d1c139f96f2b31e00a09a657d5bd303d10f0db0e Mon Sep 17 00:00:00 2001 From: j8takagi Date: Thu, 18 Jun 2026 19:30:46 +0900 Subject: [PATCH] =?utf8?q?CASL=20II=E3=82=B5=E3=83=B3=E3=83=97=E3=83=AB?= =?utf8?q?=E3=82=B3=E3=83=BC=E3=83=89ldlad.casl=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- as/sample/ldlad.casl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 as/sample/ldlad.casl diff --git a/as/sample/ldlad.casl b/as/sample/ldlad.casl new file mode 100644 index 0000000..6eab78f --- /dev/null +++ b/as/sample/ldlad.casl @@ -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 -- 2.47.3