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.
我玩了一点编译器。我想将我的语言编译成 JVM 字节码,但我想知道如何将这些操作码写入 .class 文件。
例子:
我有我的 .atan src 文件,我想将其编译为 .class 文件。我可以解释这段代码,但我不知道如何将这些操作码写入 .class 文件。如何才能做到这一点?