Difference between revisions of "680x0:Tutorials"

From Amiga Coding
Jump to: navigation, search
(added link about optimizing)
(added link for 32-bit float math article and an alt link for the tricks and traps article)
Line 41: Line 41:
 
===How to optimize===
 
===How to optimize===
 
* [http://www.atari-forum.com/wiki/index.php/Earxtutchap7 Some tips on the Atari WIKI about optimizing 680x0 assembler]
 
* [http://www.atari-forum.com/wiki/index.php/Earxtutchap7 Some tips on the Atari WIKI about optimizing 680x0 assembler]
* [http://linux.cis.monroeccc.edu/~paulrsm/doc/trick68k.htm 68000 tricks and traps] (1986)
+
* 68000 tricks and traps (Byte magazine, sep 1986)([http://linux.cis.monroeccc.edu/~paulrsm/doc/trick68k.htm link 1])([http://www.easy68k.com/paulrsm/doc/trick68k.htm link 2])
 +
 
 +
 
 +
===Advanced===
 +
====Math====
 +
* [http://www.jcmiras.net/computers_and_internet/68000/docu.htm 68000 Implementation of 32-Bit floating-Point Addition and Multiplication]
 
|}
 
|}

Revision as of 00:51, 21 August 2008

Spellcoder's ASM Tutorial


Hardware hitting


Tutorials on other sites

Various


Systemfriendly


Crack/Fix/HD


Books (digital)


How to optimize


Advanced

Math