Shop OBEX P1 Docs P2 Docs Learn Events
Cross-Translator? — Parallax Forums

Cross-Translator?

swampie777swampie777 Posts: 33
edited 2010-02-05 23:11 in Propeller 1
Is there a program that converts PIC code to Prop code?

Thanks,

Swampie777

Comments

  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2010-02-05 19:09
    No, and it's unlikely that there ever could be, given the vast gulf between the two architectures.

    -Phil
  • Mike GreenMike Green Posts: 23,101
    edited 2010-02-05 19:37
    Even if your PIC program is written in C or PicBasic, the I/O is not directly translatable. C is standardized, but PicBasic is not so there's no equivalent compiler. It would be possible for someone to write a set of I/O drivers to try to emulate the various functional I/O units, but you'd have to find someone and pay them for their time and effort to do so and, even then, there would likely be some differences.
  • swampie777swampie777 Posts: 33
    edited 2010-02-05 23:11
    Thanks!!!
Sign In or Register to comment.