30 Jan
2009
30 Jan
'09
5:34 a.m.
On Thu, Jan 29, 2009 at 9:20 PM, Dmitry Timoshkov <dmitry(a)codeweavers.com> wrote:
Compiling DOS code to a .com file will produce a very small executable, then embedding it into the test, put it in %TEMP%, and exec should be trivial. No need for external tools IMO.
I thought of that, it's tempting. But nasm is pretty common; I don't know that it would really be a burden to use it. And it would help testcase readability.