Pure assembly language project in psoc creator?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
SaWa_284216
Level 4
Level 4

 At the uni where I work I want to get people onto psocs in the future to replace the PIC micro controllers we use to teach students.

   

however we need to start with assembly language, just wondered if it is possible to run an assembly only project in psoc creator. 

   

We would need to be able to step through single instructions and see the ALU flags changing. Z N C etc. would love if this was possible because for C stuff psoc rocks!

0 Likes
1 Reply
ScottA_91
Employee
Employee
10 solutions authored 100 replies posted 50 replies posted

So the answer is no, there isn't a pure assembly version of a project.

That said, GCC will compile assembly just fine and you can use inline assembly with GCC.

0 Likes