diff options
Diffstat (limited to 'Examples/ExamplePowerPC.S.pp')
| -rw-r--r-- | Examples/ExamplePowerPC.S.pp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Examples/ExamplePowerPC.S.pp b/Examples/ExamplePowerPC.S.pp index 04feb81..bc4d6a1 100644 --- a/Examples/ExamplePowerPC.S.pp +++ b/Examples/ExamplePowerPC.S.pp @@ -1,8 +1,5 @@ -# Path: SDK/PowerPC.inc +# Path: Examples/ExamplePowerPC.S.pp # Language: PowerPC Assembly # Build Date: 2024-6-4 - -mr r1, r31 -mr r1, r20 -sc
\ No newline at end of file +li r2, 0x1055
\ No newline at end of file |
