Administrator
|
It looks like you may be trying to load assembly language into the VM emulator.
You want to be using the CPU Emulator to test your generated code.
You can load the xxxVME.tst files into the VM Emulator and they will load the VM source code that you are translating. Single stepping the VM code will let you see what's supposed to be happening in the virtual machine in response to each VM command.
--Mark
|