I'm debugging solidity opcode by opcode. How do I tell when the compiler is referencing another smart contract through OpCode?
I know that you can do this in Browser Solidity. However I would just like to know the OpCode for "pointing" to data inside another contract, and how the contract's address is expressed into that opcode.