Skip to main content
Home Forums 68kMLA Macintosh Assembly Language Development — #2
Post #2 by porter
Source Forum68kMLA
CategoryDevelopment
Post DateWed, 18 Mar 2009 - 01:52
Original URLhttps://68kmla.org/bb/threads/macintosh-assembly-language-development.16902/
Post
The only place I use assembly language is in 68k completion routines, and setting/saving the A5 world. My preferred tools are MPW which has an assembler and THINK C which has an inline assembler.

Once you use CFM the wrappers do all that stuff for you. Years ago (eg over 20 years) I used to prefer assembler for performance, but now I prefer portability.

mp.ls