Assembly only Project for MCF52230

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Assembly only Project for MCF52230

1,842件の閲覧回数
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.
ラベル(1)
タグ(1)
0 件の賞賛
返信
3 返答(返信)

637件の閲覧回数
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 件の賞賛
返信

637件の閲覧回数
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 件の賞賛
返信

637件の閲覧回数
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 件の賞賛
返信