Programming: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
(cnavidomolo)
m (Reverted edits by AclicGetac (Talk) to last version by OrorbOalal)
Line 1: Line 1:
  +
bobocvirolb
chilicna
 
 
==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 82: Line 85:
   
 
===Blitter===
 
===Blitter===
* [[STE Blitter Manual]], [[Manuel d'utilisation du BLITTER]], [[Blitter execution times]]
+
* [[Blitter manual]], [[Manuel d'utilisation du BLITTER]], [[Blitter execution times]]
   
 
===Disk drives===
 
===Disk drives===
Line 113: Line 116:
 
* [[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 12:23, 2 January 2009

bobocvirolb

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


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.


Atari Falcon specific coding


Machine independant code


External links