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.
我搜索了很多,但没有成功。也许你可以帮助我,提供一些建议或来源,我可以找到答案。如果在带有 MIC-1 模拟器的 IJVM 架构中超过 9,我无法理解如何输出一个数字,我有一个简单的 2 数字加法代码。
.main BIPUSH 0x35// PUSH 5 BIPUSH 0x33 // PUSH 3 IADD // PUSH sum(5,3) DUP BIPUSH 0x30 // PUSH 0 ISUB // subtract 0 OUT .end-main