Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Parallax Propeller backend #7202

Open
MasterQ32 opened this issue Nov 23, 2020 · 0 comments
Open

Create Parallax Propeller backend #7202

MasterQ32 opened this issue Nov 23, 2020 · 0 comments
Labels
proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone

Comments

@MasterQ32
Copy link
Contributor

The Parallax Propeller is a multicore microcontroller with a unique architecture. Having 8 cores, each with 512 general purpose registers make the CPU very different from classic RISC/CISC machine.

Registers can be adressed and used as RAM, each instruction might be conditional.

An ISA description for Propeller 1 can be found at https://www.parallax.com/product/propeller-1-chip-44-pin-qfp-chip/ ("Downloads & Resources" tab), description for Propeller 2 is still work in progress and can be found here: https://www.parallax.com/product/propeller-2-evaluation-board-rev-c/ ("Downloads" tab)

@andrewrk andrewrk added the proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. label Nov 30, 2020
@andrewrk andrewrk added this to the 0.9.0 milestone Nov 30, 2020
@andrewrk andrewrk modified the milestones: 0.9.0, 0.10.0 May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
Projects
None yet
Development

No branches or pull requests

2 participants