-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
Description
i'm planning to work on a project with the Parallax Propeller 2 and i didn't want to waste my time with C again.
I want to use the C backend to compile Zig to C and leverage existing compilers to work with Zig instead of C.
Can we add a propeller and propeller2 architecture with each having only a generic cpu with no cpu features?
Byte size is 8 bit, word/register size is 32 bit
The required address spaces are ram and cog for both architectures, and propeller2 has an additional lut address space.
Related: #7202
I'll try doing that myself when it's accepted to be done
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.