X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=as%2FCMD%2Fsll3.casl;fp=as%2FCMD%2Fsll3.casl;h=e22bed092dd86a45150271411448ed9b7a52e719;hb=fb54b1c9d2fbc3d4a62c6b4d38ff68e9d3b25c26;hp=0000000000000000000000000000000000000000;hpb=b4e48008c95b35c692827326191698c22b06124f;p=YACASL2.git diff --git a/as/CMD/sll3.casl b/as/CMD/sll3.casl new file mode 100644 index 0000000..e22bed0 --- /dev/null +++ b/as/CMD/sll3.casl @@ -0,0 +1,7 @@ +SLA2 START BEGIN +BEGIN LD GR1,X + SLL GR1,1 + RET +X DC #4000 + END + \ No newline at end of file