2011-01-20, 05:12 PM
I need to run a microprocessor simulation program that can only run on 32 bit machines on my 64 bit machine. Any thoughts/help?
|
Help me try and run a 32 bit simulator on a 64 bit computer
|
|
2011-01-20, 05:12 PM
I need to run a microprocessor simulation program that can only run on 32 bit machines on my 64 bit machine. Any thoughts/help?
2011-01-20, 07:03 PM
[COLOR="Red"]I understand that, but it won't work at all. Trying to run the simulator will throw up an error message.
That and my professor insisted that it wouldn't run on a 64 bit computer[/COLOR]
2011-01-20, 07:48 PM
That seemed to do the trick. Now just to get the simulator to stop closing within .1 nanoseconds.
2011-01-20, 07:59 PM
What simulator do you use? And what OS? Usually that will help us a little bit more.
2011-01-20, 08:01 PM
Win7 pro. The simulator is the Motorola 68k Assembler. The simulator works fine in the virtual xp, but the assembler seems to close too quickly. I'm going to see how i can fix that issue with it.
2011-01-20, 08:46 PM
You could try using Compatibility Mode as well. Windows 7 Pro supporting using VirtualPC to operate a Windows XP Mode emulator. However, you may want to contact the original developer and ask for a 64-bit compatible version of use it's source and build a 64-bit compliant copy.
2011-01-20, 09:08 PM
It was made it 1986. The only reason we are using it is so that I learn the assembly languages. Compatibility mode did not work, as it was one of the first things I tried.
2011-01-20, 10:56 PM
Are you sure it's a 32-bit application or a 16-bit application. If it was made in 1986 it might be a 16-bit application. If so, try using DOSBox to run the program.
2011-01-20, 11:03 PM
It's 32 bit. I'm running it through a virtual pc running xp. It works, but only for a second. There are two things that need to work, the assembler and the simulator. The simulator works fine, but the assembler does not. I'm currently working on trying to make the assembler work properly.
|
|
« Next Oldest | Next Newest »
|