Why 'unknown instruction' error occurs

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Why 'unknown instruction' error occurs

nozer0
When first try 'SimpleAdd.tst' on VMSimulator, it shows the error SimpleAdd.asm: in line 1: 'unknown instruction' - @256.

And also other instructions showing the same error.

'SimpleAdd.asm' file run successfully on 'CPUSimulater'

Can anyone give help ? Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Why 'unknown instruction' error occurs

cadet1620
Administrator
nozer0 wrote
When first try 'SimpleAdd.tst' on VMSimulator, it shows the error SimpleAdd.asm: in line 1: 'unknown instruction' - @256.
You need to load SimpleAddVME.tst into the VMEmulator, not SimpleAdd.tst. SimpleAddVME.tst loads and runs SimpleAdd.vm.

--Mark
Reply | Threaded
Open this post in threaded view
|

Re: Why 'unknown instruction' error occurs

nozer0
Thanks, Mark, now happy to finish project 7