DynASM/PPC: Add missing PPC64 instructions and various extensions.

Contributed by Caio Souza Oliveira.
This commit is contained in:
Mike Pall
2015-01-14 21:40:24 +01:00
parent 3f19b34242
commit 3e1703895a
2 changed files with 592 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
** DynASM PPC encoding engine.
** DynASM PPC/PPC64 encoding engine.
** Copyright (C) 2005-2015 Mike Pall. All rights reserved.
** Released under the MIT license. See dynasm.lua for full copyright notice.
*/