root
/
as
/
sample
/addl_outl.casl
/* [<][>][^][v][top]
[bottom]
[index]
[help]
*/
1 MAIN START
2 LD GR1,A
3 ADDL GR1,B
4 CALL OUTL
5 RET
6 A DC 3
7 B DC 1
8 END
/* [<][>][^][v]
[top]
[bottom]
[index]
[help]
*/