X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=as%2Ffe_tests%2F2011_10%2FQ12%2Fcall_btod.casl;fp=as%2Ffe_tests%2F2011_10%2FQ12%2Fcall_btod.casl;h=0000000000000000000000000000000000000000;hb=bce17a4fab0759bd0818c44bdf3cd17edb388267;hp=a36354cad138fa2e96cdd909dec43577965f24e7;hpb=8b9bafa8e8927ad19968969f466c756f0aeac8a3;p=YACASL2.git diff --git a/as/fe_tests/2011_10/Q12/call_btod.casl b/as/fe_tests/2011_10/Q12/call_btod.casl deleted file mode 100644 index a36354c..0000000 --- a/as/fe_tests/2011_10/Q12/call_btod.casl +++ /dev/null @@ -1,10 +0,0 @@ -MAIN START - LAD GR1,#0000 - LAD GR2,#054D - LAD GR3,STR - CALL BTOD - OUT STR,LEN - RET -STR DS 5 -LEN DC 5 - END