From mboxrd@z Thu Jan 1 00:00:00 1970 From: Latchesar Ionkov To: 9fans@cse.psu.edu Message-ID: <20031218155212.GB12304@ionkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: [9fans] DYNT and INIT opcodes Date: Thu, 18 Dec 2003 10:52:12 -0500 Topicbox-Message-UUID: a9ad2a18-eacc-11e9-9e20-41e7f4b1d025 Hi, Can somebody explain what exactly DYNT and INIT pseudo instructions do? I read the description in Pike's manual, but didn't understand it. I tried to read the code in /sys/src/cmd/8l/obj.c but didn't understand it either. :( An explanation with an example would be great. I need to implement something equivalent to ctors and dtors sections for the C++ support and I have the feeling that DYNT is what I need. Thanks in advance, Lucho