= The Atari ST MC68000 Assembly Language Tutorials :source-language: m68k originally by perihelion of poSTmortem
image:https://travis-ci.org/nguillaumin/perihelion-m68k-tutorials.svg?branch=master["Build Status", link="https://travis-ci.org/nguillaumin/perihelion-m68k-tutorials"]
This repository contains the text of the tutorials written by perihelion to learn Motorola 68000 development on the Atari ST.
The original tutorials can be found on the http://atari-forum.com/viewtopic.php?f=68&t=4330[Atari Forums]
The texts have been converted from the single-page PDF into AsciiDoc, then manually corrected where necessary. The assembly sources have been reformatted and split out in separate files. Apart from minor edits, the text and sources are identical to the originals.
The main motivation to do so were:
== Assembling the examples
The example sources are in link:src/[src/]. They can be cross-assembled using
http://sun.hasenbraten.de/vasm/[vasm]. A link:src/Makefile[Makefile] is provided
to assemble all examples, as well as building a .st
image with all the
examples and running it with https://hatari.tuxfamily.org/[Hatari].
See the content of the Makefile for details.
== To do
A few issues remain: