root/as/sample/hello.casl

/* [<][>][^][v][top][bottom][index][help] */
   1 MAIN    START
   2         OUT     OBUF,LEN
   3         RET
   4 OBUF    DC      'Hello, World!'
   5 LEN     DC      13
   6         END

/* [<][>][^][v][top][bottom][index][help] */