Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PaperPilot

    Where can I find Motorola as format?

    These reference all use the asm format. Here is an example of what I am seeing: .global _helloWorld _hellowWorld: pea a6@ movel sp.a6 pea 20:w jbsr _exit unlk a6 rts For example, the asm format does not have a jbsr operation. There is: jsr -...
  2. PaperPilot

    Where can I find Motorola as format?

    I have a large (40,000 line) assembly program for the M680040 processor which I am porting to run on VxWorks. Trouble is VxWorks uses C language calls to access system services. I can write a C routine calling a service and compile it with an option that produces a .s assembly file, but the...

Part and Inventory Search

Back
Top