root
/
as
/
macro
/
out
/
test
/out_macro.casl
/* [<][>][^][v][top]
[bottom]
[index]
[help]
*/
1 MAIN START
2 OUT OBUF,LEN
3 RET
4 OBUF DC 'abc'
5 LEN DC 3
6 END
/* [<][>][^][v]
[top]
[bottom]
[index]
[help]
*/