Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为我大学课程的一部分,我需要使用汇编语言进行开发。我们学习x86,我们在windows环境下开发。我在家里的电脑上运行 Linux,不想每次都去 CS 实验室。
如何在 Linux 中调试和开发完整的 windows 代码?
为了获得完全的兼容性,我会选择 VM 选项。VirtualBox 对这种类型的使用是免费的(上次我检查过),如果你能买得起你的课本,你当然应该买得起一个 Windows 许可证。:-) 然后为您的汇编程序查看 MASM32。