make valgrind対応のため、テストを更新
[YACASL2.git] / test / system / casl2_cmd / cmd_xor_r_adr / 0.txt
index a9f6f56..1a2e7f5 100644 (file)
@@ -1,11 +1,3 @@
-;;; XOR r,adr
-MAIN    START
-        LD      GR1,A
-        XOR     GR1,B
-        RET
-A       DC      #3000
-B       DC      #4FFF
-        END
 
 Assemble ../../../../as/cmd/XOR/xor_r_adr.casl (0)