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