Diff for /np2/i286a/i286asft.inc between versions 1.1 and 1.2

version 1.1, 2003/12/17 02:23:49 version 1.2, 2003/12/21 23:27:08
Line 82  $label SAR8 $s Line 82  $label SAR8 $s
 $label          and             r12, $s, #&80  $label          and             r12, $s, #&80
                         add             r1, r12, $s lsr #1                          add             r1, r12, $s lsr #1
                         and             r2, $s, #1                          and             r2, $s, #1
                         bic             r8, r8, #O_FLAG  
                         ldrb    r12, [r10, r1]                          ldrb    r12, [r10, r1]
                           bic             r8, r8, #O_FLAG
                         bic             r8, r8, #&ff                          bic             r8, r8, #&ff
                         orr             r12, r2, r12                          orr             r12, r2, r12
                         orr             r12, r12, #A_FLAG                          orr             r12, r12, #A_FLAG

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>