log doc/disas_examples/ppc.darwin.disas @ 499:fc614cb865c6

age author description
Mon, 04 Apr 2022 15:50:52 +0200 Tassilo Philipp - doc and disasexample additions specific to non-trivial C++ aggregates as return values (incl. fixes to doc and additional LSB specific PPC32 section)
Wed, 23 Mar 2022 15:24:31 +0100 Tassilo Philipp - more disas examples to check behaviour of passing C++ non-trivial aggregates by value; they all behave the same, calling the copy ctor first, passing a pointer then
Wed, 16 Feb 2022 16:44:11 +0100 Tassilo Philipp - ppc doc and disas examples related to aggregates
Sat, 23 Nov 2019 13:51:35 +0100 Tassilo Philipp - disassembly example annotations
Fri, 22 Nov 2019 23:08:59 +0100 Tassilo Philipp - doc: added disassembly examples for many platforms and calling conventions, for reference