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.
使用 Vice C64 仿真器,我有一个名为“petcat”的工具,它可以将 BASIC(ascii 文本)转换为 .prg 文件,以便在 Vice 中运行。Previsouly 我已经能够在 TextMate 中进行开发并在那里设置一个按键“捆绑”来对宠物猫进行 shell 调用,传入 $FILENAME 类型变量,这样就可以创建 .prg 文件。
是否可以在 Xcode 中执行此操作?
sure, use an 'external build system' project. Then edit the MakeFile to do what you want.