X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=as%2Fcmd%2FAND%2Fand0_z.casl;fp=as%2Fcmd%2FAND%2Fand0_z.casl;h=0000000000000000000000000000000000000000;hb=66e1d81600e0a66998245b5d11a75ccf30886ab6;hp=a33e69b644f99a276af5e63fe91b01fe6a0ea280;hpb=9e662b933c41f16c22598248b8aefe7c8efb4c88;p=YACASL2.git diff --git a/as/cmd/AND/and0_z.casl b/as/cmd/AND/and0_z.casl deleted file mode 100644 index a33e69b..0000000 --- a/as/cmd/AND/and0_z.casl +++ /dev/null @@ -1,8 +0,0 @@ -;;; AND r,adr 演算結果が零 -MAIN START - LD GR1,A - AND GR1,B - RET -A DC #0001 -B DC #FFFE - END