Diff for /np2/i286x/i286xrep.cpp between versions 1.1 and 1.3

version 1.1, 2003/10/16 17:57:29 version 1.3, 2003/12/08 00:55:31
Line 1 Line 1
 #include        "compiler.h"  #include        "compiler.h"
 #include        "i286.h"  #include        "cpucore.h"
 #include        "i286x.h"  #include        "i286x.h"
 #include        "i286xs.h"  #include        "i286xs.h"
 #include        "i286xrep.h"  #include        "i286xrep.h"
Line 15 Line 15
                                 __asm { movzx   ebp, I286_SI                            }                                  __asm { movzx   ebp, I286_SI                            }
   
 #define REPLOOP(a)                                                                                              \  #define REPLOOP(a)                                                                                              \
                                 __asm { cmp             nevent.remainclock, 0           }       \                                  __asm { cmp             I286_REMCLOCK, 0                        }       \
                                 __asm { jg              (a)                                                     }       \                                  __asm { jg              (a)                                                     }       \
                                 __asm { mov             esi, REPPOSBAK                          }                                  __asm { mov             esi, REPPOSBAK                          }
   

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


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