-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bugs in datafiles and xed code #340
Comments
Hi,
{ Thanks. |
Hi, |
Thanks for your contribution, time and effort! A fix will be available in an upcoming release. |
Thank you for the fixes and explanations. |
Hi,
In file "datafiles\xed-addressing-modes-new.txt" (line 483) shouldn't these lines be:
REXB4=1 REXB=0 SIBBASE=0b101 MOD=0b01 | BASE0=Ar21() SEG0=FINAL_DSEG() DISP_WIDTH=8
REXB4=1 REXB=0 SIBBASE=0b101 MOD=0b10 | BASE0=Ar21() SEG0=FINAL_DSEG() DISP_WIDTH=32
instead of:
REXB4=1 REXB=0 SIBBASE=0b101 MOD=0b01 | BASE0=Ar21() SEG0=FINAL_SSEG() DISP_WIDTH=8
REXB4=1 REXB=0 SIBBASE=0b101 MOD=0b10 | BASE0=Ar21() SEG0=FINAL_SSEG() DISP_WIDTH=32
The same logic is applied to Ar13() and Ar29(), so I wonder if this is an error.
Thanks.
The text was updated successfully, but these errors were encountered: