问题描述
我想为Amiga编写一个应用程序,只是为了好玩!
I would like to program an application for the Amiga, just for fun!
请有人可以根据以下内容逐步发布操作方法吗?
Please could someone post a step by step howto based on the following?
- 我到底应该使用什么编程工具,已经安装了吗?
- 我仅限于纯文本编辑器,还是有可用的IDE和调试工具?
- 如果尚未安装任何工具,该怎么做?有免费的吗?
- 我想学习一种传统的Amiga语言,您能推荐一门吗?
- 我应该使用什么来编译您建议的语言?
- 请您提出一些我可以用来调试所建议语言的工具吗?
- 我应该注意任何库,例如GUI库吗?
一些注意事项...
- 我正在WinUAE模拟器中运行Workbench 3.1.
- 我可以从Workbench访问Windows硬盘驱动器中的文件.
- 如果可能的话,我想从Workbench进行编码和编译.
- 我正在A1200模式下运行WinUAE,不确定是否重要.
- 已经安装了一个名为MEmacs的应用程序.
- 我非常了解C ++和C#,也许还有类似的Amiga语言.
- 我知道您可以使用C和C ++进行编码,但是我想学习一种新的语言.
我已经回答了我自己的问题,但是在我打算扩展答案时,请提供更多答案.感谢到目前为止所做的一切,您一直非常有帮助!
I have answered my own question, but please do contribute more answers as I intend on extending my answer. Thanks to all that have contributed so far, you've been very helpful!
推荐答案
花了几天时间才弄清楚.这些说明适用于AMOS Pro,请随意发布您自己的其他语言的答案,或者更新此答案(这是社区Wiki).
Spent a few days figuring it out. These instructions are for AMOS Pro, please feel free to either post your own answer for a different language, or update this answer (it's a community wiki).
- 安装Amiga Forever 2008(增强版包括Workbench 3.1).
- 使用Amiga Forever或WinUAE作为模拟器(我更喜欢WinUAE).
- If using WinUEA, just use the af_3x config file (installed with Amiga Forever).
- Familiarize yourself with Workbench and the Amiga Shell (see
- Amiga stuff for newbies - Tips for Amiga Shell and Workbench
- Amiga OS Development - Forum category on on Amiga.org
- Draco (thanks to avery-payne)
- Amiga E (thanks to Paul Ruane)
- SAS/C (thanks to Hank)
- Modula-2 (thanks to JasonTrue)
- ARexx (thanks to Nik)
*使用WinUAE Amiga Forever配置(af_3x)时不需要.
*Not neccecary when using WinUAE Amiga Forever config (af_3x).
我将尝试对每种语言进行以下操作:
I will try and do a howto for each language as follows.
这篇关于如何编码和编译Amiga应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!