Difference between revisions of "Main Page"

From Amiga Coding
Jump to: navigation, search
(added the services block)
m (Blitz Basic / AmiBlitz: Updated URL to manual)
 
(83 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<div style="background-color: #000000; border: 2px solid #f00; padding: 7px; width: 975px; color: #f00; text-align: center; margin-bottom: 25px;">Want to help? [http://amigacoding.com/index.php?title=Special:Userlogin&type=signup Create an account], log in and you can upload files and edit articles.<br />For more information see the [[Help:Contents|help page]]</div>
 +
 
{|
 
{|
|valign=top width=450 bgcolor="#f5fff5" style="border: 1px solid #bdb; padding: 5px;" id="acAMOS" class="acBlock"|
+
|valign=top width=450 bgcolor="#f5fff5" style="border: 1px solid #bdb; padding: 5px; white-space: nowrap;" id="acAMOS" class="acBlock"|
 
==AMOS==
 
==AMOS==
 
{|
 
{|
Line 12: Line 14:
 
* [[AMOS:File Formats|File Formats]]
 
* [[AMOS:File Formats|File Formats]]
 
* [[AMOS:Instructionlist|Instructions]]
 
* [[AMOS:Instructionlist|Instructions]]
* [[AMOS:Structures|Structures]]
+
* [[AMOS:Keys in editor|Keys in editor]]
 +
* [[AMOS:Structures & Tables|Structures]]
 
* [[AMOS:Tools|Tools]]
 
* [[AMOS:Tools|Tools]]
 
* [[AMOS:Versions|Versions]]
 
* [[AMOS:Versions|Versions]]
Line 22: Line 25:
 
* [[AMOS:Resources|Resources]]
 
* [[AMOS:Resources|Resources]]
 
* [[AMOS:Tutorials|Tutorials]]
 
* [[AMOS:Tutorials|Tutorials]]
 +
* [[AMOS:Magazines|Magazines & Articles]]
  
  
 
* [[AMOS:Links|Links]]
 
* [[AMOS:Links|Links]]
 
 
* [[AMOSi:Main Menu|Full AMOShelp]]
 
 
|width=40|
 
|width=40|
 
|valign=top|
 
|valign=top|
Line 49: Line 50:
 
* [[680x0:Assemblers|Assemblers]]
 
* [[680x0:Assemblers|Assemblers]]
 
* [[680x0:Disassemblers|Disassemblers]]
 
* [[680x0:Disassemblers|Disassemblers]]
 +
* [[680x0:Editors|Editors]]
 
* [[680x0:Tools|Tools]]
 
* [[680x0:Tools|Tools]]
  
Line 57: Line 59:
 
|width=40|
 
|width=40|
 
|valign=top|
 
|valign=top|
 +
* [[680x0:Books|Books]]
 
* [[680x0:Discussion|Discussion]]
 
* [[680x0:Discussion|Discussion]]
 
* [[680x0:Tutorials|Tutorials]]
 
* [[680x0:Tutorials|Tutorials]]
Line 70: Line 73:
  
 
{|
 
{|
|valign=top width=450 bgcolor="#fffff5" style="border: 1px solid #fd8; padding: 5px;" id="acOtherLang" class="acBlock"|
+
|valign=top width=440 bgcolor="#fffff5" style="border: 1px solid #fd8;" id="acNews" class="acBlock"|
==General==
+
==Blitz Basic / AmiBlitz==
* [[AmigaBASIC bugs]]
+
{|
* [[References]]
+
|valign=top|
* [[Other Links|Links for other languages]]
+
{|
* [[BASIC Links|Links for several BASIC languages]]
+
|valign=top|
* [[Game coding resources]]
+
<strong>Getting Started</strong>
 +
* [[BlitzBasic/Amiblitz|Introduction to Blitz Basic]]
 +
* [[Blitz:First Program|First Program]]
 +
* [[Blitz:Editor|The Blitz Editor]]
 +
* [[Blitz:General Syntax|General Syntax]]
 +
* [[Blitz:Operators|Operators & Expressions]]
 +
* [[Blitz:Arrays|Arrays]]
 +
* [[Blitz:Data types|Data Types]]
 +
* [[Blitz:Common Commands|Common Commands]]
 +
* [[Blitz:Compiling|Compiling]]
 +
 
 +
|width=40|
 +
|valign=top|
 +
<strong>Advanced Coding</strong>
 +
* [[Blitz:Procedures|Procedures]]
 +
* [[Blitz:Includes|Includes]]
 +
* [[Blitz:OS Calls|OS Calls]]
 +
* [[Blitz:Resident Files|Resident Files]]
 +
* [[Blitz:Debugger|Debugger]]
 +
* [[Blitz:Intuition|Intuition]]
 +
* [[Blitz:GUI Toolkits|GUI Toolkits]]
 +
* [[Blitz:Requesters|Requesters]]
 +
* [[Blitz:File Access|File Access]]
 +
* [[Blitz:Graphics|Using Graphics]]
 +
* [[Blitz:Sound|Using Sound]]
 +
* [[Blitz:Blitz Mode|Blitz Mode]]
 +
|width=40|
 +
|valign=top|
 +
<strong>Reference</strong>
 +
* [[Blitz:Object types|Object Types]]
 +
* [http://docs.amiblitz.de/blitzprogrammers/0001.html Blitz Basic 2.1 Manual]
 +
 
 +
 
 +
<strong>General Information</strong>
 +
* [[Blitz:Good Practice|Good Practice]]
 +
* [[Blitz:Resources|Resources]]
 +
* [[Blitz:Versions|Blitz Versions]]
 +
* [[Blitz:Made_in_Blitz|Made using Blitz Basic]]
 +
|}
 +
|}
 
|width=50|
 
|width=50|
 
|valign=top width=210 bgcolor="#f5f5f5" style="border: 1px solid #ccc; padding: 5px;" id="acOther" class="acBlock"|
 
|valign=top width=210 bgcolor="#f5f5f5" style="border: 1px solid #ccc; padding: 5px;" id="acOther" class="acBlock"|
==Other==
+
 
* [[Using the Amiga Coding WIKI]]
+
==Other languages==
* [[WIKI editting]]
+
 
* [[Amiga WIKI's]]
+
'''BASIC'''
* [[games:Amiga Games|Amiga Games]]
+
* [[AmigaBASIC]]
* [[Amiga intros|Intros/Cracktro's]]
+
* [[BASIC Links|Links for BASIC languages]]
 +
 
 +
 
 +
'''C'''
 +
* [[C:Compilers|Compilers]]
 +
* [[C:Resources|Resources]]
 +
* [[C:Frameworks|Frameworks]]
 +
* [[C:Tools|Tools]]
 +
 
 +
 
 +
'''Other Languages'''
 +
* [[Other Links|Links for other languages]]
 
|width=12|
 
|width=12|
 
|valign=top width=210 bgcolor="#f5f5f5" style="border: 1px solid #ccc; padding: 5px;" id="acOther" class="acBlock"|
 
|valign=top width=210 bgcolor="#f5f5f5" style="border: 1px solid #ccc; padding: 5px;" id="acOther" class="acBlock"|
==Services==
+
 
* [[Amigacoding mail]]
+
==References==
 +
'''Hardware'''
 +
* [[Amiga_memory_map|Amiga memory map]]
 +
* [[Amiga computer remade|Amiga clones]]
 +
* [http://amigadev.elowar.com/ Amiga Reference manuals]
 +
'''Software'''
 +
* [[Amiga System Libraries Overview]]
 +
* [[AmigaDOS errorcodes]]
 +
* [[graphics.library|graphics.library reverse engineering project]]
 +
* [[Guru codes|Guru/Software failure codes]]
 +
<!-- * [http://utilitybase.com/ref/?action=List&funcgroup=AmigaOS AmigaOS 3.9 function calls] Dead link -->
 +
'''Coding methods'''
 +
* [[Math]]
 +
'''Misc'''
 +
* [[Download to Amiga]]
 +
* [[Languages Comparison]]
 +
 
 +
 
 +
* [[More references]]
 +
 
 
|}
 
|}
 +
 +
 +
===Links===
 +
* [[Music|Music on the Amiga]]
 +
* [[Amiga sourcecode repositories]]
 +
* [http://amiga.lychesis.net/ Amiga Graphics Archive]
 +
* [[Game coding resources]]
 +
* [[WIKI editing]]
 +
* [[Amiga WIKIs]]
 +
* [[Amiga intros|Intros/Cracktros]]
 +
* [http://theamigamuseum.com/ Amiga Museum]

Latest revision as of 20:26, 17 March 2019

Want to help? Create an account, log in and you can upload files and edit articles.
For more information see the help page

AMOS

References

Learning


Made with AMOS

History

680x0





Blitz Basic / AmiBlitz

Getting Started

Advanced Coding

Reference


General Information

Other languages

BASIC


C


Other Languages

References

Hardware

Software

Coding methods

Misc



Links