Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!van-bc!advantg!brad From: brad@advantg Newsgroups: comp.sys.mac.programmer Subject: Objects in ASM Message-ID: <1990Oct1.193042.28050@advantg> Date: 1 Oct 90 19:30:42 GMT Organization: Advantge Computers Ltd. Lines: 11 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