ADDA、ADDL、CPA、CPL、DCのテストコードを整理
[YACASL2.git] / as / cmd / DC / dc_i1.casl
diff --git a/as/cmd/DC/dc_i1.casl b/as/cmd/DC/dc_i1.casl
new file mode 100644 (file)
index 0000000..ebe8569
--- /dev/null
@@ -0,0 +1,5 @@
+;; DC命令で、-32768〜32768の範囲にない10進数値を指定
+MAIN    START
+        RET
+        DC      1, 10, 32767, 32768, 65535, 65536, 65537,-1, -10, -32767, -32768, -32769, #0, #1, #01, #001, #0001, #10, #11,#F, #000F, #FFFF
+        END