[Coco] Porting code from mamou to lwasm.
William Astle
lost at l-w.ca
Fri Oct 25 10:25:46 EDT 2019
On 2019-10-25 3:15 a.m., Phill Harvey-Smith wrote:
> Hi all,
>
> Is there a guide somewhere to porting code from mamou to lwasm? Or is it
> so simple that there doesn't need to be a guide.....
It should mostly Just Work. The source itself should be compatible
modulo some edge cases with conditionals and a few syntax errors that
mamou accepts but shouldn't. Those should all trigger errors in lwasm,
though, so they should be easy enough to find and fix.
The biggest thing to keep in mind that the command line options are very
different between the two assemblers so make sure to read the
documentation on those. Also, you may find one or more "pragmas" in
lwasm to be helpful.
More information about the Coco
mailing list