X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=as%2Fexam_fe%2F2008_10%2FQ09%2Ftest_ptn4%2Ftest_ptn4.casl;fp=as%2Fexam_fe%2F2008_10%2FQ09%2Ftest_ptn4%2Ftest_ptn4.casl;h=7a2aef5152b4e2f0d152d56fe5cf17f355b5189a;hb=bce17a4fab0759bd0818c44bdf3cd17edb388267;hp=0000000000000000000000000000000000000000;hpb=8b9bafa8e8927ad19968969f466c756f0aeac8a3;p=YACASL2.git diff --git a/as/exam_fe/2008_10/Q09/test_ptn4/test_ptn4.casl b/as/exam_fe/2008_10/Q09/test_ptn4/test_ptn4.casl new file mode 100644 index 0000000..7a2aef5 --- /dev/null +++ b/as/exam_fe/2008_10/Q09/test_ptn4/test_ptn4.casl @@ -0,0 +1,8 @@ +MAIN START + LAD GR1,10 + LAD GR2,5 + CALL PTN4 + LD GR1,GR2 + CALL OUTB + RET + END