X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=as%2Fsample%2Fhello.casl;fp=as%2Fsample%2Fhello.casl;h=e02055c55b7cbff494c263f8e2eda78be46de1bb;hb=03832f246ce06d0dae29f96c087b94c7086bb993;hp=0000000000000000000000000000000000000000;hpb=a28d93cdaa900cf83060694519946f6ecc823936;p=YACASL2.git diff --git a/as/sample/hello.casl b/as/sample/hello.casl new file mode 100644 index 0000000..e02055c --- /dev/null +++ b/as/sample/hello.casl @@ -0,0 +1,6 @@ +MAIN START + OUT OBUF,LEN + RET +OBUF DC 'Hello, World!' +LEN DC 13 + END