Difference between revisions of "680x0:Tutorials"

From Amiga Coding
Jump to: navigation, search
(Added the link to all video tutorials by Photon/Scoopex)
(Hardware hitting (non-systemfriendly))
 
(3 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
|valign=top|
 
|valign=top|
 
==Tutorials on other sites==
 
==Tutorials on other sites==
===Various===
+
===Hardware hitting (non-systemfriendly)===
 
* [http://aminet.net/package/dev/asm/Asm-Course2 Asm-Course2] (in German)
 
* [http://aminet.net/package/dev/asm/Asm-Course2 Asm-Course2] (in German)
 
* [http://aminet.net/package/dev/asm/asm-kurs Asm-Kurs] (in German)
 
* [http://aminet.net/package/dev/asm/asm-kurs Asm-Kurs] (in German)
 
* [http://aminet.net/package/dev/asm/Asm_course Asm Course]
 
* [http://aminet.net/package/dev/asm/Asm_course Asm Course]
 
* [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.mways.co.uk/amiga/howtocode/ How To Code V7] (1993)
 
 
* [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)]
 
* [http://flashtro.com/list.php?c=Tutorials Flashtro Tutorials] (on asmcoding, cracking & trainers)
 
* [http://flashtro.com/list.php?c=Tutorials Flashtro Tutorials] (on asmcoding, cracking & trainers)
* [http://www.6510.nl/ 6510.nl] Introduction to assembly for everyone from 9 to 99, not just programmers
 
 
* [http://coppershade.org Coppershade] Extensive demo coding tutorial by Photon/Scoopex
 
* [http://coppershade.org Coppershade] Extensive demo coding tutorial by Photon/Scoopex
 
** [https://www.youtube.com/playlist?list=PLc3ltHgmiidpK-s0eP5hTKJnjdTHz0_bW All of the tutorial video's on YouTube]
 
** [https://www.youtube.com/playlist?list=PLc3ltHgmiidpK-s0eP5hTKJnjdTHz0_bW All of the tutorial video's on YouTube]
 
* [http://reaktor.com/blog/crash-course-to-amiga-assembly-programming/ Reaktor.com Crash course to Amiga assembly programming]
 
* [http://reaktor.com/blog/crash-course-to-amiga-assembly-programming/ Reaktor.com Crash course to Amiga assembly programming]
 +
* [http://iamsensoria.com/post/159685409474/learning-assembler-on-amiga-1 Learn Amiga Assembler step by step]
 +
 +
===Misc===
 +
* [http://www.mways.co.uk/amiga/howtocode/ How To Code V7] (1993)
 +
* [http://www.6510.nl/ 6510.nl] Introduction to assembly for everyone from 9 to 99, not just programmers
 +
 +
  
 
===Systemfriendly===
 
===Systemfriendly===
* [http://www.algonet.se/~davsjo/amigaasm.html Superior's Amiga assembler page]<br />Short tutorial and some examples. System friendly, shows how to use intuition.library, no hardware hitting stuff.
 
  
  
 
===Crack/Fix/HD===
 
===Crack/Fix/HD===
* [http://whdloadrules.tripod.com/home.html Action's website] (tutorials for cracking, aga-fixing, hd-installing)
+
* Action's website (tutorials for cracking, aga-fixing, hd-installing)
 +
** [https://web.archive.org/web/20110902081851/http://whdloadrules.tripod.com/home.html on archive.org]
 +
** [ftp://codetapper.com/pub/exotica/old_website_mirrors/action/ website mirror on codetapper.com]
 
* [http://zakalwe.fi/~shd/amiga-cracking/ Amiga cracking documents]
 
* [http://zakalwe.fi/~shd/amiga-cracking/ Amiga cracking documents]
  
  
 
===Books (digital)===
 
===Books (digital)===
* [http://hipooniosamigasite.ath.cx/hipoonios/amigadocs/files/LSD-DOCS-DISKS/LSD26/AmigaProgrammers.Guide The Amiga Programmers Guide (By C.J DITCHBURN) (V1.0 Edition)] (as Amigaguide)
+
* [http://hipooniosamigasite.ath.cx/hipoonios/amigadocs/files/LSD-DOCS-DISKS/LSD26/AmigaProgrammers.Guide The Amiga Programmers Guide (By C.J DITCHBURN) (V1.0 Edition)] (as Amigaguide on LSD disk 26)
  
  

Latest revision as of 07:26, 18 April 2017

Spellcoder's ASM Tutorial


Hardware hitting


Tutorials on other sites

Hardware hitting (non-systemfriendly)

Misc


Systemfriendly

Crack/Fix/HD


Books (digital)


How to optimize


Advanced

Math