Macintosh Assembly Language Development

Gary_W

6502
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.

 
Back
Top