reactos/rosapps/devutils/cputointel/From/PPC
Magnus Olsen 0cb4e210e1 Fixing another bug in converting
PPC 
stwu r1,-32(r1) 

equal with intel
mov [esp-32],esp; 
mov esp, esp - 32; 

svn path=/trunk/; revision=25518
2007-01-18 22:09:08 +00:00
..
PPC.h Implement disambler for stwu, left todo add it to the Converter 2007-01-18 19:33:48 +00:00
PPCBrain.c Adding stwu to converting to ia32 2007-01-18 21:35:48 +00:00
PPCBrain.h Implement disambler for stwu, left todo add it to the Converter 2007-01-18 19:33:48 +00:00
PPCopcode.c Fixing another bug in converting 2007-01-18 22:09:08 +00:00