Hi, i need to write DOS Assembler software, ive tried TASM.EXE, but it just crashes. System is: x86_64 AMD, archlinux. wine is installed as 32bit through multilib....is it possible that this combination causes the crash? Is there a easier solution/program? greets Julius
Julius wrote:> Hi, > > i need to write DOS Assembler software, ive tried TASM.EXE, but it just > crashes. > System is: x86_64 AMD, archlinux. > wine is installed as 32bit through multilib....is it possible that this > combination causes the crash? > > Is there a easier solution/program? > > > greets > JuliusPossible solutions are dosemu and dosbox. Or virtual machines like qemu or vmware. Paul R.
have you tried using tasm in dosbox rather than wine? Dean On Mon, 12 Nov 2007 20:58:58 +0100, Julius <commercials at gmx.net> wrote:> Hi, > > i need to write DOS Assembler software, ive tried TASM.EXE, but it just > crashes. > System is: x86_64 AMD, archlinux. > wine is installed as 32bit through multilib....is it possible that this > combination causes the crash? > > Is there a easier solution/program? > > > greets > Julius > > _______________________________________________ > wine-users mailing list > wine-users at winehq.org > http://www.winehq.org/mailman/listinfo/wine-users
Julius wrote:> Hi, > > i need to write DOS Assembler software, ive tried TASM.EXE, but it just > crashes. > System is: x86_64 AMD, archlinux. > wine is installed as 32bit through multilib....is it possible that this > combination causes the crash? > > Is there a easier solution/program?Have you considered running FreeDOS <http://www.freedos.org> either standalone or in a virtual machine? You can also use something like dosemu <http://dosemu.sourceforge.net> which actually uses FreeDOS for the commands. There is also a Java based PC emulator that runs FreeDOS <http://www-jpc.physics.ox.ac.uk/> (reference on the FreeDOS site). Gus
Julius wrote:> Hi, > > i need to write DOS Assembler software, ive tried TASM.EXE, but it just > crashes. > System is: x86_64 AMD, archlinux. > wine is installed as 32bit through multilib....is it possible that this > combination causes the crash? > > Is there a easier solution/program?x86_64 does not support vm86 mode, so you cannot run DOS software. -- Brian Gerst
dosbox... http://dosbox.sourceforge.net/news.php?show_news=1 Dean On Mon, 12 Nov 2007 18:50:00 -0500, Brian Gerst <bgerst at didntduck.org> wrote:> Julius wrote: >> Hi, >> >> i need to write DOS Assembler software, ive tried TASM.EXE, but it just >> crashes. >> System is: x86_64 AMD, archlinux. >> wine is installed as 32bit through multilib....is it possible that this >> combination causes the crash? >> >> Is there a easier solution/program? > > x86_64 does not support vm86 mode, so you cannot run DOS software. > > -- > Brian Gerst > > _______________________________________________ > wine-users mailing list > wine-users at winehq.org > http://www.winehq.org/mailman/listinfo/wine-users