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