Found in 1 comment on Hacker News
cturner · 2011-08-08 · Original thread
I'm reading this (http://www.amazon.com/68000-assembly-language-programming-Ge...), and messing about with it on EASy68k: http://www.easy68k.com.

I'm using that book because it seems to be a gentle start into assembly language. If you read a lot of tutorials, they want you to memorise how the architecture works before getting started, which seems to be to be a very exhausting approach that's not well suited to people who have other things going on in life.

Once I have the basics I'm going to gradually build up a libray of sharp patterns. I expect I can build a capability from this approach. Maths operations, then user input, then event loop, then moving bitmaps around screen, then very basic wave forms. 3d graphics are a fair way down the line.

Fresh book recommendations delivered straight to your inbox every Thursday.