Where is Pnut v34n and how do I get it?
JonTitus
Posts: 193
in Propeller 2
I have found example software for the Propeller-2 posted on this forum with the note "PNut v34n". The Propeller-2 Developer Site shows Pnut v33L. Where do I find the v34n version? Have I missed something obvious? I have a Propeller-2 chip on a Parallax P2 EVAL Board and have used FlexGUI to create and run programs. I would like the have the latest release of Pnut, too. Thanks. --Jon
Comments
forums.parallax.com/discussion/171196/pnut-spin2-latest-version-v34s/p1
I can still use pnut v34s to compile pasm only programs with or without hubexec.
Am I missing something?
EDIT: Seems to be the same for all Pnut versions. Maybe something in the handling of these has changed. :shrug:
Doesn't affect numerical immediate addresses. Only referencing symbols in hubRAM and only when referenced from hubexec and only for 20-bit immediate encodings. So CALL #, JMP #, and LOC #.
Anyway, since I cannot live with the spin2 problems in pnut, I'm back to total pasm and fastspin is much better there because of conditional compilation and include files.