Hi,

I am looking at the "disassemble" view of a file, which makes a function
call foo(param). CW gives me the same output regardless of which segment
the foo() function is at. I though if foo() lives in a different segment
than the caller, wouldn't the instructions be different?

                foo(param);
                TraceMethodExit(thisMethod);
    move.l    a2,-(a7)
    pea       *+16           ; 0x00000b4c
    pea       *+6            ; 0x00000b46
    addi.l    invokeNativeFunction,(a7)
    rts

Is there a way to look at the assembler code after the final link stage?

Thanks!

- Ioi Lam

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to