diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-05-06 08:54:16 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-05-06 08:54:16 +0000 |
| commit | 7a6ac1d9cd3128a9ef96bf675a06963a617b5673 (patch) | |
| tree | ca1e56070e732b37354a726261fe95bcdbcaf035 /Examples/ExamplePowerPC.S | |
| parent | 0fceaef4af5fbb97ec74d215177bae7a60729062 (diff) | |
| parent | 87be60c5242d407b67b6eb2670c058a6c93dce2b (diff) | |
Merged in MHR-24 (pull request #5)
MHR-24/MHR-21 - CodeTools related.
Diffstat (limited to 'Examples/ExamplePowerPC.S')
| -rw-r--r-- | Examples/ExamplePowerPC.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/ExamplePowerPC.S b/Examples/ExamplePowerPC.S index 9615fe8..b9de796 100644 --- a/Examples/ExamplePowerPC.S +++ b/Examples/ExamplePowerPC.S @@ -4,4 +4,5 @@ b 0x1000 mflr r21 mtlr r21 li r3, 0 +cmpw r10, r11 stw r7, r5+36 |
