Difference between revisions of "680x0:Tutorials"

From Amiga Coding
Jump to: navigation, search
(added link for 32-bit float math article and an alt link for the tricks and traps article)
(removed flashtro.com (they gone back to basic, no tutorials atm). added some links on generic 68k optimizing.)
Line 21: Line 21:
 
* [http://aminet.net/package/dev/asm/AmigaAsm Tutorial to the Amiga Assembler Language]
 
* [http://aminet.net/package/dev/asm/AmigaAsm Tutorial to the Amiga Assembler Language]
 
* [http://www.algonet.se/~chaozer/asmtut.shtml ChoaZers Assembler Tutorial] (1998)
 
* [http://www.algonet.se/~chaozer/asmtut.shtml ChoaZers Assembler Tutorial] (1998)
* [http://flashtro.com/list.php?c=crack Tutorials on demo-effects, cracking and making trainers]
 
 
* [http://www.mways.co.uk/amiga/howtocode/ How To Code V7] (1993)
 
* [http://www.mways.co.uk/amiga/howtocode/ How To Code V7] (1993)
* [http://www.virtualdub.org/blog/pivot/entry.php?id=84 68000 assembly language... short description of 680x0 and some tricks]
 
 
* [http://gulasoft.uw.hu/AmigaDoc/AmigaAsmTutorial.txt AMIGA MACHINE LANGUAGE (typed by DEE JAY)]
 
* [http://gulasoft.uw.hu/AmigaDoc/AmigaAsmTutorial.txt AMIGA MACHINE LANGUAGE (typed by DEE JAY)]
  
Line 40: Line 38:
  
 
===How to optimize===
 
===How to optimize===
 +
* [http://www.virtualdub.org/blog/pivot/entry.php?id=84 68000 assembly language... short description of 680x0 and some tricks]
 
* [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]
 
* 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])
 
* 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])
 +
* [http://www.mactech.com/articles/mactech/Vol.08/08.02/Efficient68000/index.html Efficient 68000 Programming]
  
  

Revision as of 17:45, 22 August 2008

Spellcoder's ASM Tutorial


Hardware hitting


Tutorials on other sites

Various


Systemfriendly


Crack/Fix/HD


Books (digital)


How to optimize


Advanced

Math