summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExamplePowerPC.S.pp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-07 21:50:08 +0200
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-07 21:50:08 +0200
commit6300c08cc3677bfca7e23077f634d986ed3658c1 (patch)
tree31f9aafd1e8f222124ad4d4d13c8e80893220fae /Examples/ExamplePowerPC.S.pp
parent73656aff947dd09f6ca4f3b9be0d58e888dcba87 (diff)
PowerPC: Improve support of assembler, add Move register support and
XCOFF header, also changed mv to mr inside PowerPC C compiler. Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'Examples/ExamplePowerPC.S.pp')
-rw-r--r--Examples/ExamplePowerPC.S.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Examples/ExamplePowerPC.S.pp b/Examples/ExamplePowerPC.S.pp
index 0f22a82..04feb81 100644
--- a/Examples/ExamplePowerPC.S.pp
+++ b/Examples/ExamplePowerPC.S.pp
@@ -2,5 +2,7 @@
# Language: PowerPC Assembly
# Build Date: 2024-6-4
-or r0, r10
-b 10100 \ No newline at end of file
+
+mr r1, r31
+mr r1, r20
+sc \ No newline at end of file