Assembly only Project for MCF52230

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Assembly only Project for MCF52230

1,682 Views
dragonfly
Contributor I
I'm new to Codewarrior for ColdFire, I've used Codewarrior to develop 908 code and Palm code. I'm looking for an example project or stationary that is assembly only to be used in an MCF52230 project. I did 68000 assmebly code when it first came out and have been in the 8 bit world mostly since. I've started with a blank project and constructed the linker file and the other source files after pouring through the documentation. I can compile and link the code and vectors, but the vectors aren't showing up in the s records. I tried to run the debugger just to see if it would and I get an error. I have a service request in, but the progress is slow.
Labels (1)
0 Kudos
3 Replies

477 Views
J2MEJediMaster
Specialist I
Have you looked at some of the example code files that came with the CW installation? Although they're probably using C, they should give you ideas on how to wire in the vectors, and how to write the linker command file.

---Tom
0 Kudos

477 Views
dragonfly
Contributor I
I have gone though several examples and I've created the linker and several source files. its a crude project just to see if I can make it work. I can comple and link it. I then review the s record to see if everything is there and the code is there but the vetctors are not showing. I'm still digging through the documentation and examples.I don't think the vector statements are allocating memory. in the 8 bit world I'd just use a DC.W to allocate a word. There is a debugger issue as well at this point.
0 Kudos

477 Views
dragonfly
Contributor I
Success! Attached is a working Assembly language only project. I was close and Tech Support filled in the last gaps. I've attached the project.
0 Kudos