アセンブラファイルとテストの整理
[YACASL2.git] / as / not.casl
diff --git a/as/not.casl b/as/not.casl
deleted file mode 100644 (file)
index cae8127..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-MAIN   START
-BEGIN  LD      GR1,A
-       XOR     GR1,B
-    RET
-A      DC      3
-B      DC      #FFFF
-       END