Short: A PowerPC disassembler w/ AltiVec Author: frank@phoenix.owl.de (Frank Wille) Uploader: polluks+aminet sdf lonestar org (Stefan Haubenthal) Type: dev/asm Version: 1.6 Architecture: ppc-morphos AmigaOS 4.0 compile by Spot / Up Rough ppc_disasm.c V1.1 (19.02.2000) Disassembler module for the PowerPC microprocessor family Copyright (c) 1998-2001,2009 Frank Wille ppc_disasm.c is freeware and may be freely redistributed and modified for non-commercial usage, as long as the above copyright of the original author is preserved and appears in the documentation or the program itself. EVERY PRODUCT OR PROGRAM DERIVED DIRECTLY FROM THIS SOURCE MAY NOT BE SOLD COMMERCIALLY WITHOUT PERMISSION FROM THE AUTHOR. v1.5 (27.05.2009) phx Modified license. No long needs to specify endianess. v1.4 (29.08.2001) phx AltiVec support. v1.3 (09.03.2001) phx Last two operands in 4-operand float instructions were swapped. v1.1 (19.02.2000) phx fabs wasn't recognized. v1.0 (30.01.2000) phx stfsx, stfdx, lfsx, lfdx, stfsux, stfdux, lfsux, lfdux, etc. printed "rd,ra,rb" as operands instead "fd,ra,rb". v0.4 (01.06.1999) phx 'stwm' shoud have been 'stmw'. v0.3 (17.11.1998) phx The OE-types (e.g. addo, subfeo, etc.) didn't work for all instructions. AA-form branches have an absolute destination. addze and subfze must not have a third operand. sc was not recognized. v0.2 (29.05.1998) phx Sign error. SUBI got negative immediate values. v0.1 (23.05.1998) phx First version, which implements all PowerPC instructions. v0.0 (09.05.1998) phx File created.