ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/compiler/codegen_x86.h
(Generate patch)

Comparing BasiliskII/src/uae_cpu/compiler/codegen_x86.h (file contents):
Revision 1.8 by gbeauche, 2003-03-19T11:34:10Z vs.
Revision 1.9 by gbeauche, 2003-03-19T16:25:12Z

# Line 1053 | Line 1053 | enum {
1053  
1054   /*                                                                      _format         Opcd            ,Mod ,r     ,m          ,mem=dsp+sib    ,imm... */
1055  
1056 < #define MOVBrr(RS, RD)                  (_REXBrr(RS, RD),               _O_Mrm          (0x80           ,_b11,_r1(RS),_r1(RD)                           ))
1056 > #define MOVBrr(RS, RD)                  (_REXBrr(RS, RD),               _O_Mrm          (0x88           ,_b11,_r1(RS),_r1(RD)                           ))
1057   #define MOVBmr(MD, MB, MI, MS, RD)      (_REXBmr(MB, MI, RD),           _O_r_X          (0x8a                ,_r1(RD)           ,MD,MB,MI,MS            ))
1058   #define MOVBrm(RS, MD, MB, MI, MS)      (_REXBrm(RS, MB, MI),           _O_r_X          (0x88                ,_r1(RS)           ,MD,MB,MI,MS            ))
1059   #define MOVBir(IM,  R)                  (_REXBrr(0, R),                 _Or_B           (0xb0,_r1(R)                                            ,_su8(IM)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines