ZX Spin 模拟器,内置装配错误
我在理解如何运行程序集文件时遇到问题 在 ZX Spin 模拟器内使用内置汇编器。我能够组装我的程序,但每次我尝试运行组装的目标代码时,它似乎都会崩溃。
我找不到任何有关如何设置运行的文档。
我收到的消息版本是 v0.7:
模块“ZXSpin.exe”中地址 0060470C 处发生访问冲突。写入地址05603622"
任何有关使用最简单的汇编文件进行此操作的帮助都会很棒。
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.
I cannot find any documentation on how this is meant to be set to run.
The message I get with version is v0.7:
Access violation at address 0060470C in module 'ZXSpin.exe'. Write of address 05603622"
Any help on getting this working with the most simple of assembly files would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我在 0.7 和 0.66 版本中也遇到了这个错误,但我找到了解决方案。
进入工具/选项/系统并将“不再活动的应用程序时”更改为“保持有声音运行”
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"
我使用的是0.666版本。尝试设置条件断点。
I'm using version 0.666. Try to set a conditional breakpoint.
我发现 0.7 版本的汇编器中有一个错误,因为该部分不再被维护,并且随后在版本之间被破坏。
我尝试了以前的版本,它工作正常(所以我做了一个很棒的点)。感谢任何对此提供帮助的人。不记得向我提供该信息的论坛,但谢谢:)
I found that version 0.7 had a bug in the assembler as that part was no longer being maintained and subsequently had been broken between releases.
I tried the previous version and it worked correctly (so I made a wonderful dot). Thanks to anyone who helped out with this. Can't recall the forum where I was provided with that info, but thanks :)