Mark Charney

Results 84 comments of Mark Charney

Interesting question. The PATTERN field for instructions not valid in 64b mode either has "not64" or "mode16" or "mode32" in it. Things with "eamode16" are not capable of executing in...

I do not understand what you are trying to do. I suspect there are far too many bit patterns when you take into account memory addressing and the resulting differing...

hi. they are semantically equivalent. 32b reg writes always zero extend to 64b.

You need to specify the machine mode (32b vs 64b). Usually XED can figure it out from the input file but in this case it is not. So if you...

that is an odd unicode error. what tools did you use to check out the sources? did you edit the sources? as a workaround to see if it helps can...

didn’t understand your last statement. i have had many people build on windows. i am guessing it is something about your configuration.

try https://gitforwindows.org/ as an experiment... what git are you using?

If someone can give me the exact recipe that generates the issue, I can try to reproduce it locally.

Can you run this command and tell me what it returns: python3 -c "import locale; print(locale.getpreferredencoding())" or python2 instead of python3. I have a guess that mbuild's hardcoded use of...

so I pushed a patch to the mbuild git repo that might address this issue. Please give it a shot and let me know.