Propeller 2
Tricks & Traps
- There is a forum thread on this
here
- Some Traps
- Don't use REP in HUBEXEC if you want speed.
- Docs say this: "REP works in hub memory, as
well, but executes a hidden jump to get back to the top of the
repeated instructions."
- What it doesn't say is that this makes it
slow...
- You can't use RDFAST (or any other thing that
uses FIFO) while in HUBEXEC mode