X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=as%2FFUNC%2Fmull_call0.casl;fp=as%2FFUNC%2Fmull_call0.casl;h=0000000000000000000000000000000000000000;hb=58ee37be62a5e359d0f6eb603cc86b5692f74b90;hp=06adfc3f3e7d3a519ce56d76328aaea8afb078b0;hpb=85744703060a90c21ee325d3a692f80233bc281f;p=YACASL2.git diff --git a/as/FUNC/mull_call0.casl b/as/FUNC/mull_call0.casl deleted file mode 100644 index 06adfc3..0000000 --- a/as/FUNC/mull_call0.casl +++ /dev/null @@ -1,7 +0,0 @@ -;;; casl2 mula_call0.casl mula.casl outa.casl -MAIN START - LAD GR1,20000 - LAD GR2,2 - CALL MULL - RET - END