Programming: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
(trbocel)
(cnavidomolo)
Line 1: Line 1:
  +
chilicna
bobocvirolb
 
 
==Programming languages==
 
==Programming languages==
   
Line 61: Line 61:
 
* [[Debugger]]
 
* [[Debugger]]
 
** Adebug
 
** Adebug
** [[Bugaboo]]
 
** MonST
 
 
** [[Peace Debug]]
 
** [[Peace Debug]]
** SID
 
 
* [[Dis-assembler]]
 
* [[Dis-assembler]]
 
** [[DESERT DRAIN]]
 
** [[DESERT DRAIN]]
Line 85: Line 82:
   
 
===Blitter===
 
===Blitter===
* [[Blitter manual]], [[Manuel d'utilisation du BLITTER]], [[Blitter execution times]]
+
* [[STE Blitter Manual]], [[Manuel d'utilisation du BLITTER]], [[Blitter execution times]]
   
 
===Disk drives===
 
===Disk drives===
Line 116: Line 113:
 
* [[WHAT IS GDOS?]]
 
* [[WHAT IS GDOS?]]
 
* [[DESKTOP.INF DOCUMENTATION]]
 
* [[DESKTOP.INF DOCUMENTATION]]
<br>
 
==Atari ST hardware related coding tips and tricks==
 
 
Unless noted the following snippets and pieces of code do work on all Atari ST compatible machines including Falcon and TT.
 
 
* [[Lowering the priority of the IKBD interrupt]] by Atari Corp. (c) 1989
 
 
<br>
 
 
==Atari Falcon specific coding==
 
* [[Changing video mode using the Falcon XBIOS]]
 
* Drawing fast lines in 320x??? pixels truecolor on Falcon: [[Earx fast line algorithm]]
 
<br>
 
 
==Machine independant code==
 
* [[Writing low level stuff on all ATARI]] (STf,STe,MegaSTE,TT,Falcon,CT60) by Leonard / Oxygene
 
 
<br>
 
<br>
 
==External links==
 
==External links==

Revision as of 17:25, 19 December 2008

chilicna

Programming languages

This section lists all programming languages available to the Atari ST computer family. Available dialects and versions can be found on the main page of each language. Major products are listed as sub-items. This list does not claim to be exhaustive or entirely correct, and will therefore undergo some changes in the future.


Programming tools

This is a list of tools that are related to programming.


Hardware documentation

Blitter

Disk drives

General

Integrated circuits

Keyboard

Memory maps

Sound


Operating system


External links