summaryrefslogtreecommitdiffhomepage
path: root/Examples
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-05 22:25:00 +0200
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-05 22:32:06 +0200
commit735ba60b26bc604d04e4a67e2b4570c1a50eb035 (patch)
tree3340cf336c51358cbfb4804a57763c306e000be9 /Examples
parent672ec345c6eb5a06500cba10e3f329b8a65ee047 (diff)
PowerPC: Implement register support inside powerpc assembler.
Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'Examples')
-rw-r--r--Examples/ExamplePowerPC.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/ExamplePowerPC.S b/Examples/ExamplePowerPC.S
index 1f8bd21..02fa7c0 100644
--- a/Examples/ExamplePowerPC.S
+++ b/Examples/ExamplePowerPC.S
@@ -1 +1,4 @@
+# Sample program
+
+mr r0, r0
blr \ No newline at end of file