Shop OBEX P1 Docs P2 Docs Learn Events
Format of .binary file? — Parallax Forums

Format of .binary file?

What is the format of the .binary / _P2_PROP.BIX file or in what document is it described?

Comments

  • There is no format. It's just code that loads into RAM. The first 504(???) longs load into cog 0 to start it.

  • evanhevanh Posts: 15,126
    edited 2022-02-09 21:47

    Cog 0 starts executing machine code from the first longword of the binary. It's one big DAT section effective.

    If it includes a Spin2 program then the first part of the binary is the Spin2 interpreterVM starting up.

  • Thank you all.

Sign In or Register to comment.