HonestFlames
New member
I'm trying to put together a nice little dev environment for the 128 but I'm bumping into what appears to be either outdated or just plain wrong documentation for Power Assembler.
The documentation I found is heavily biased to using Power Asm via its BASIC editor, with only a couple of pages dedicated to its own full-screen ASCII editor.
The format and syntax seems to differ. e.g.
BORDER = $d020 Generates an error at assembly time, despite this being shown as the correct format to assign a value to a label.
The pseudo-op '.MEM' is also not recognised, contrary to advice in the documentation.
Is there something I'm missing or, better still, is there an assembler for the 128 that has a similar syntax to Devpac and a decent full-screen editor environment, with auto-indentation etc?
If I have to write one, I will, but it will be very slow going!
The documentation I found is heavily biased to using Power Asm via its BASIC editor, with only a couple of pages dedicated to its own full-screen ASCII editor.
The format and syntax seems to differ. e.g.
BORDER = $d020 Generates an error at assembly time, despite this being shown as the correct format to assign a value to a label.
The pseudo-op '.MEM' is also not recognised, contrary to advice in the documentation.
Is there something I'm missing or, better still, is there an assembler for the 128 that has a similar syntax to Devpac and a decent full-screen editor environment, with auto-indentation etc?
If I have to write one, I will, but it will be very slow going!