在哪里可以找到 8080 到 x86 汇编程序转换工具?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
Z80 ASM BNF 结构...我走在正确的轨道上吗?
我正在尝试学习 BNF 并尝试汇编一些 Z80 ASM 代码。由于我对这两个领域都是新手,我的问题是,我是否走在正确的道路上?我正在尝试将 Z80 ASM 的格式…
用 C 或 C++ 编写图形化 Z80 模拟器
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
为什么 C/C++/rtl 中没有 Z80 之类的 LDIR 功能?
在 Z80 机器代码中,这是一种将缓冲区初始化为固定值(例如全部为空白)的廉价技术。 所以一段代码可能看起来像这样。 LD HL, DESTINATION ; point to…
如何开始对 z80 机器代码进行逆向工程?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …