root/as/err/err_123.casl

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

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