Skip to content

A collection of resources for developing software for the 16/32 bit Atari series of computers.

Notifications You must be signed in to change notification settings

sandord/atarist-dev-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 

Repository files navigation

Atari 16/32 bit Development Resources

A collection of resources for developing software for the 16/32 bit Atari series of computers.

Community Websites

Books and references

Blogs, wikis, and other resources

Discord Servers

Emulators

GFA Basic Programming

GFA Basic is easily the most popular programming language for the Atari ST.

C Programming

C is the primary programming language used for professional Atari ST development.

Assembly Programming

Cross compilation

This section contains resources for cross-compiling Atari ST software from other platforms. Developing on the Atari ST itself is often limited by its hardware capabilities and with cross-compilation, you can leverage more powerful development environments.

Github repositories

  • ReservoirGods/GODLIB
    • An extensive C library by Resevoir Gods that provides many features that can be useful for game development.

Tools

  • Compiler Explorer
    • Handy tool to see live compiler output asembly. Supports M68K GCC compilers and M68K assembly.
  • Amiga & Atari Bitmap Converter
    • A command line tool to convert bitmap images into ready to use binary data.
  • CycleSpitter
    • A cycle-accurate scanline splitter tool for Atari ST fullscreen (sync) programming.

Game Development Libraries

Game Development Articles

About

A collection of resources for developing software for the 16/32 bit Atari series of computers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published