Search
-
Re: Use of long, word, byte, res in inline assembly Solved. RET needed!
-
P2ASM Sharing HUB RAM location between cogs?
Hello, I'm new to the propeller platform, but I've got a fairly extensive track record with assembly programming on other architectures (ARM, AVR, 6502, Z80). I'm having issues trying to share hub memory locations between cogs. And let me preface with I do not want to use spin2. I can't say that I'm a fan of there seeming… -
Re: Use of long, word, byte, res in inline assembly Solved. RET needed!
Instruction prefixing does take up extra code space. An example of prefixing is the AUGx instructions. They modify the subsequent instruction. _RET_ is a built-in option of most instructions, like CC modification or conditional execution. No extra code to have these. PS: The Z80 was famous for its instruction set… -
Re: Logicon
Thanks, @Wuerfel_21 . Sounds good then. We'll probably try to install the "better" RBX version just in case and it'll be compatible with the P2 Edge's choice. Aligning to row boundaries always improves performance if the larger burst reads/writes can be done in a single atomic transfer within the row and don't get…

