Shop OBEX P1 Docs P2 Docs Learn Events
Catalina - ANSI C and Lua for the Propeller 1 & 2 - Page 23 — Parallax Forums

Catalina - ANSI C and Lua for the Propeller 1 & 2

1171819202123»

Comments

  • evanhevanh Posts: 16,894

    @evanh said:
    ... Where does Catalina hubRAM use start at?

    Just looking at the .lst file and it looks like the answer is $1000 (4 kB). Everything before that looks to be cog0 cogRAM.

  • RossHRossH Posts: 5,665

    @evanh said:

    @evanh said:
    ... Where does Catalina hubRAM use start at?

    Just looking at the .lst file and it looks like the answer is $1000 (4 kB). Everything before that looks to be cog0 cogRAM.

    Yes, that's usually the case. However, I have a vague memory of using a 256 byte buffer in that low RAM area for something - either in another plugin, or perhaps for loading XMM programs - which is so complex it makes my brain hurt just at the thought of having to revisit it :)

    But you should be fine to use it in this case for debugging.

    Ross.

Sign In or Register to comment.