Skip to main content
Home Forums 68kMLA apple ii assembler resources — #7
Post #7 by II2II
Source Forum68kMLA
CategoryDevelopment
Post DateTue, 20 Nov 2007 - 00:30
Original URLhttps://68kmla.org/bb/threads/apple-ii-assembler-resources.10648/
Post
On the apple ii itself then, which assembler should I use? I don't quite understand why one assembler can't assemble the others' code, since a C program will work on *any* C compiler.
Well, not every C compiler can compile every C program. You run into issues when you start using vendor specific additions (i.e. stuff that is not defined in the C standard). The same goes for assembly language, only there is much less standardization when it comes to assembly language. (The CPU vendor will set the instruction set and maybe a reference assembler, but beyond that everything is fair game.)

Though I'm sure that you could get away with assembling the same code on two assemblers if you stuck to the bas instruction set and maybe labels.

Assembler speed, the internal editor, and macros are likely the most important features while selecting an Apple II assembler.

mp.ls