root/as/cmd/SRL/srl__s.casl

/* [<][>][^][v][top][bottom][index][help] */
   1 ;;; SRL r,adr 負数
   2 SRL2    START   BEGIN
   3 BEGIN   LAD     GR1,#C000
   4         SRL     GR1,0
   5         RET
   6         END

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