> > With a little more time, I could construct an example that looks > > remarkably like an OOP exercise. IF/ENDIF, DO/ENDDO, DO CASE, etc were > > early adaptations. > > > > Really? I'm not sure if you're relating those two sentences, because > the latter (conditional branching) doesn't equate to the > former (OOP), imho.
That is correct, an attempt at economy with words :) Basic structured programming constructs were achieved with macros back in the 60's, but it wasn't until later that object oriented concepts were introduced, so they are different subjects. On structured programming, a more modern (2003) paper on "New Structured Programming Macros" can be found here: http://www-306.ibm.com/software/awdtools/hlasm/newsfeb03.html >Where's the inheritance and polymorphism with assembler code? Some googling would answer all of your questions. How about a job listing? http://www.getacoder.com/projects/object_oriented_assembler_prog_16981.h tml RISC is "reduced instruction set", but it's still macro assembler, and this example is just off the top of the hits list. Bill _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

