Tim,
I've been using the normal Merlin 8/16 Pseudo Opcode command 'SAV', which
Merlin 32 also respects.
For example, right before the end of my Merlin Source file I'll place:
SAV TO.FONTVIEW21
Merlin 32 will then generate (assuming no errors) the object file
'TO.FONTVIEW21'.
In your case, just specify the name you want and include the '.b' extension.
Also, you will need externally to set the ProDOS file type since Merlin 32
doesn't handle that, even if you use the 'TYP' pseudo opcode. {Except for
OS X systems, it really couldn't set the file type, other than by using a
CiderPress-style file extension}.
The method you use of putting the object file into the image file is your
fun.
If you're trying to write it directly from Merlin 32 into the image file, I
imagine that is something you could script, like Jeremy Rand does with CC65
and Xcode on the Mac.
Hugh Hood
in article
a7213245-9d8f-48ec...@googlegroups.com, Tim at
twalko...@att.net wrote on 4/2/15 10:03 PM: