I have several C55xx assembly files and was wondering if there was an easy way to convert them to C64x.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have several C55xx assembly files and was wondering if there was an easy way to convert them to C64x.
Hi dmarsh10,
The simple answer is no. The C55 core is different from the C64x core so you would need to re-write your assembly files.
For C64x instructions, please see:
If you had the code in C, you could simply recompile it for the C64x core.