English 中文(简体)
ZX 中间推器、内装组错误
原标题:ZX Spin emulator, built-in assembly errors

I m having problems understanding how to get an assembly file to run inside the ZX Spin emulator using the built-in assembler. I m able to assemble my program but it seems to crash each time I attempt to run the assembled object code.

我无法找到任何文件,说明如何安排这项工作。

我收到的电文为0.7:

进入ZXSpin.exe单元的地址0060470C。 第05603622号决议

任何帮助以最简单的组装档案进行这项工作,都将是巨大的。

最佳回答

我发现,第0.7版在组装上ug子,因为这一部分已不再保留,随后在释放之间被打破。

我曾尝试过前一个版本,并做了正确的工作(因此,我做了一件好事)。 感谢为此提供帮助的人。 可以回顾一下我获得这一信息的机会,但感谢:

问题回答

I had that error too with both 0.7 and 0.66 version, but I ve found a solution. Get to Tools/Options/System and change "When no longer active application" to "Keep running with sound"

I m 使用了0.666版本。 要求设定有条件的休息点。





相关问题
List of suspected Malicious patterns

I am doing an anti-virus project by disassembling its code and analyzing it. So I want a list of the Suspected Malicious pattern codes, so I can observe which is suspected and which is not? So I want ...

Prefetch for Intel Core 2 Duo

Has anyone had experience using prefetch instructions for the Core 2 Duo processor? I ve been using the (standard?) prefetch set (prefetchnta, prefetcht1, etc) with success for a series of P4 ...

How are mutex and lock structures implemented?

I understand the concept of locks, mutex and other synchronization structures, but how are they implemented? Are they provided by the OS, or are these structures dependent on special CPU instructions ...

Installing GNU Assembler in OSX

No matter how hard I google, I can t seem to find a (relatively) easy-to-follow instruction on how to install the GNU Assembler on a mac. I know I can use gcc -c (Apple Clang on a Mac) to assemble .s ...

8086 assembler,INT 16,2

I got stuck at this thing,I want to see if right shift button has been pressed,so I have this assambler code: mov ah,2 int 16h ;calling INT 16,2 - Read Keyboard Flags interrupt mov ah,...

Translate a FOR to assembler

I need to translate what is commented within the method, to assembler. I have a roughly idea, but can t. Anyone can help me please? Is for an Intel x32 architecture: int secuencia ( int n, ...

热门标签