コマンドテストの刷新
[YACASL2.git] / as / cmd / SUBL / subl0_lo.casl
diff --git a/as/cmd/SUBL/subl0_lo.casl b/as/cmd/SUBL/subl0_lo.casl
new file mode 100644 (file)
index 0000000..7fd7150
--- /dev/null
@@ -0,0 +1,8 @@
+;;; SUBL r,adr SUBLではオーバーフロー
+MAIN    START
+        LD      GR1,A
+        SUBL    GR1,B
+        RET
+A       DC      2
+B       DC      15
+        END