Mercurial > pub > dyncall > dyncall
log doc/disas_examples/ppc.sysv.disas @ 529:fe694c7677b4
age | author | description |
---|---|---|
2022-04-04 | 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) |
2022-03-23 | 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 |
2022-02-16 | Tassilo Philipp | - ppc doc and disas examples related to aggregates |
2020-04-13 | Tassilo Philipp | - typos |
2019-11-22 | Tassilo Philipp | - doc: added disassembly examples for many platforms and calling conventions, for reference |