1. Download the propasm sources from code.google.com
2. Rebuild them (after having figured out I need to install and use ant for this) the downloadable propasm.jar does not understand the clkmode directive.
3. The syntax is not as described in the sources comments but this works
.clkmode xtal1 x8
.xinfreq 10000000
The "." must not be the first character on the line.
Now a couple of other possible bugs in propasm:
1. You cannot put any code after a "fit" directive. Which is a shame because I want to put LMM code there and keep my "fit".
2. It does not like:
long #FFFFFFFF
have to use -1 instead
3. It Does not like 0-0, but I understand constant expressions were on the TODO list.
4. It does not like:
stack_bot long 0[noparse][[/noparse]64]
I can live with these it's just these it's just that they are differences from the Parallax assembler so my code did transfer with out attention
Otherwise it's working a treat for me.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.
1. Download the propasm sources from code.google.com
2. Rebuild them (after having figured out I need to install and use ant for this) the downloadable propasm.jar does not understand the clkmode directive.
3. The syntax is not as described in the sources comments but this works
The "." must not be the first character on the line.
Now a couple of other possible bugs in propasm:
1. You cannot put any code after a "fit" directive. Which is a shame because I want to put LMM code there and keep my "fit".
2. It does not like:
have to use -1 instead
3. It Does not like 0-0, but I understand constant expressions were on the TODO list.
4. It does not like:
I can live with these it's just these it's just that they are differences from the Parallax assembler so my code did transfer with out attention
Otherwise it's working a treat for me.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.
Did you play with any SeaForth chips?
Doug