log doc/disas_examples/sparc.sparc.disas @ 497:cb19b2fe2422

age author description
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
Sat, 19 Feb 2022 19:54:20 +0100 Tassilo Philipp - sparc32 doc clarifications w/ respect to aggregate passing and returning
Fri, 22 Nov 2019 23:08:59 +0100 Tassilo Philipp - doc: added disassembly examples for many platforms and calling conventions, for reference