root/as/cmd/SVC/svc__1.casl

/* [<][>][^][v][top][bottom][index][help] */
;;; SVC 1 1文字を入力
MAIN    START
        LAD     GR1,IBUF
        LAD     GR2,ILEN
        SVC     1
        RET
IBUF    DS      6
ILEN    DS      1
        END

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