root/as/cmd/SLA/sla__z.casl

/* [<][>][^][v][top][bottom][index][help] */
;;; SLA r,adr 結果は零
MAIN    START
        LAD     GR1,2
        SLA     GR1,15
        RET
        END

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