Skip to main content
Home Forums 68kMLA MacASM (or other simple assembler?) manual/tutorial — #3
Post #3 by bbraun
Source Forum68kMLA
CategoryDevelopment
Post DateWed, 9 Oct 2013 - 18:55
Original URLhttps://68kmla.org/bb/threads/macasm-or-other-simple-assembler-manual-tutorial.29009/
Post
FWIW, I usually use code warrior, which is really more of a C/Pascal compiler, but you can define asm functions, and it takes care of the glue of turning it into an application. I've also used THINKC, which can also do assembly functions, and is probably more appropriate for minivmac.

Another trick I use is to build code on a modern system using sc68 (http://sc68.atari.org), and then use a hex editor/resedit to paste the machine code into the macintosh binary.

Not exactly what you were looking for, but thought I'd chime in since you didn't get any other responses.

mp.ls