Shop OBEX P1 Docs P2 Docs Learn Events
Finding out how much space is left in a PASM cog — Parallax Forums

Finding out how much space is left in a PASM cog

Dear all,

I am looking for a quick method to determine how much local RAM is still available in a PASM cog.
Is there a more effective way than manually decrementing the "FIT X" parameter, starting from X=496 until a compiler warning shows up?

Thank you!

Comments

  • The BST has a compiler-listing window which shows the number of free longs in a cog. Open the window then compile to see this,
    you have to wade through the output.
  • Cluso99Cluso99 Posts: 18,069
    If you are using PropTool, after compiling, put the cursor on the last variable name and it's cog address will be shown in the status line in yellow
  • Thanks!
Sign In or Register to comment.