Shop OBEX P1 Docs P2 Docs Learn Events
Embedded Basic Requirements (was Prop II: Too little, too late ???) - Page 3 — Parallax Forums

Embedded Basic Requirements (was Prop II: Too little, too late ???)

13»

Comments

  • localrogerlocalroger Posts: 3,452
    edited 2011-05-12 10:12
    David Betz wrote: »
    Thanks for the pointer. This looks very interesting. You've made very clever use of the unique features of the Propeller instruction set. I skimmed through your blog and I think I get the gist of what you're proposing but I was wondering if you had a summary of the bytecodes you ended up with. Is the code available for this VM?

    I haven't released it yet, since I have been tweaking the helper code set as I work on the cross-compiler. I am attaching the latest version in case anyone would like to see how the technique works. (I have tested all functions except the caching call by manually building test code and executing it from Hub RAM.)

    On edit: Added my writeup of the code schema and actual codes. It might not exactly match the interpreter code image since it's all still in process.
  • David BetzDavid Betz Posts: 14,516
    edited 2011-05-12 10:15
    localroger wrote: »
    I haven't released it yet, since I have been tweaking the helper code set as I work on the cross-compiler. I am attaching the latest version in case anyone would like to see how the technique works. (I have tested all functions except the caching call by manually building test code and executing it from Hub RAM.)

    Thanks!
  • jazzedjazzed Posts: 11,803
    edited 2011-05-12 10:21
    localroger wrote: »
    I haven't released it yet .....
    Nice PASM instruction interpreter handling you have there :)
Sign In or Register to comment.