• Butterfly
    Butterfly
    munk
    Posts: 94 from 2006/3/27
    Quote:

    ausPPC wrote:
    This question is due to a 68k based Texas Instruments calculator program that I am trying to adapt to run on environments that are more familiar to me.

    Inline asm is always processor dependent. You have to protect such code with appropriate checks.

    Quote:

    Alternately, can vbcc handle mixed 68k assembly and C? If so, it doesn't seem to like the gcc method of doing this.

    Yes, your snippet is GCC-style inline asm. VBCC uses a different approach.
  • »12.06.15 - 08:16
    Profile