root/as/cmd/SRA/sra__s.casl

/* [<][>][^][v][top][bottom][index][help] */
   1 ;;; SRA r,adr 負数
   2 SRA2    START   BEGIN
   3 BEGIN   LAD     GR1,#A000
   4         SRA     GR1,13
   5         RET
   6         END

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