mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
@@ -355,7 +355,7 @@ define effective address "mrm16_eadisp" {
|
||||
seg = segment reference "DS";
|
||||
}
|
||||
|
||||
ofs = mrm16_eaofs(mrm) + disp;
|
||||
ofs = eval((expression map "mrm16_eaofs" with param "mrm") + disp);
|
||||
|
||||
return memory reference segment seg offset ofs;
|
||||
}
|
||||
|
Reference in New Issue
Block a user