[comp.sys.mac.programmer] Objects in ASM

brad@advantg (10/02/90)

I am trying to make object calls from machine language in THINK C. I need to be
able to do this because I want to change some parameters on the stack before
calling the object. I tried the following, with no luck:

    jsr      obj->func()

Anyone know how to do this? Is there a global that I can load the address of
the object code and jump to?

Brad Kollmyer
advantg!brad@wimsey.bc.ca