X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=as%2Fcasl2lib%2Ftest%2Fmull%2Fmull_call1.casl;fp=as%2Fcasl2lib%2Ftest%2Fmull%2Fmull_call1.casl;h=a238bebb1a8b5b24ca536d8c2ef46405fbbd4051;hb=05965ee87822b44616998d347d8f91fbf550eb2e;hp=0000000000000000000000000000000000000000;hpb=e53b9aa2cd0e67ff64c52fa1b83e16c048283dbd;p=YACASL2.git diff --git a/as/casl2lib/test/mull/mull_call1.casl b/as/casl2lib/test/mull/mull_call1.casl new file mode 100644 index 0000000..a238beb --- /dev/null +++ b/as/casl2lib/test/mull/mull_call1.casl @@ -0,0 +1,14 @@ +;;; casl2 mull_call0.casl mull.casl outl.casl +MAIN START + LAD GR1,1 + LAD GR2,#8000 + CALL MULL + JOV WAN + LD GR1,GR0 + CALL OUTL + JUMP FIN +WAN OUT MSG,MLEN +FIN RET +MSG DC 'OF' +MLEN DC 2 + END