summaryrefslogtreecommitdiffhomepage
path: root/Examples
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-08 01:26:29 +0200
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-08 01:26:29 +0200
commit5cf92b502d4d2bd026f580dc93ba243f657b0e79 (patch)
treeae3afbfb1c4626b1f1e7d14a3658976f47d54c41 /Examples
parent6300c08cc3677bfca7e23077f634d986ed3658c1 (diff)
PowerPC: Add support for li, improving code...
Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'Examples')
-rw-r--r--Examples/ExamplePowerPC.S.pp7
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