diff options
Diffstat (limited to 'Examples/ExamplePowerPC.S')
| -rw-r--r-- | Examples/ExamplePowerPC.S | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Examples/ExamplePowerPC.S b/Examples/ExamplePowerPC.S index 80d8915..d25f7d2 100644 --- a/Examples/ExamplePowerPC.S +++ b/Examples/ExamplePowerPC.S @@ -1 +1,6 @@ -b 0x1000
\ No newline at end of file +b 0x1000 +mflr r21 +mtlr r21 + +stwu r1, [r2 + 2] +li r3, 0
\ No newline at end of file |
