Search:

Type: Posts; User: TheEngineer

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    5,294

    It compiles the way it is, with the "%". I...

    It compiles the way it is, with the "%".


    I can't seem to locate the function, but I know it is from a separate input file. It seems as though I need direct access to the stack and to the...
  2. Replies
    10
    Views
    5,294

    That is the m68k version with all the other crap...

    That is the m68k version with all the other crap deleted. It seems to cross-compile correctly. What I am trying to get around is rewriting it for the x86 by writing it in C.

    Really, all this XPrc...
  3. Replies
    10
    Views
    5,294

    Sorry, I didn't explain that well. MULTI uses...

    Sorry, I didn't explain that well. MULTI uses some different instructions for its assembly files that aren't used in regular m68k assembly.

    Converting to C sounds like it would relieve a lot of...
  4. Replies
    10
    Views
    5,294

    The assembly file was written with Green Hills...

    The assembly file was written with Green Hills MULTI, and isn't compatible with either the m68k or the x86 through GNU. That is to say it was written for the m68k but has program-specific functions...
  5. Replies
    10
    Views
    5,294

    Cross compiling with inline assembly

    I have a C file and an assembly file for a program that I need to compile for both the x86 and m68k processors. Instead of making 2 versions of the assembly file, will it work if I write it inline in...
Results 1 to 5 of 5