summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExamplePowerPC.S
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-07 00:39:08 +0200
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-07 00:39:08 +0200
commit73656aff947dd09f6ca4f3b9be0d58e888dcba87 (patch)
treeb6f42aa570d5e50ec535062e7de32a907978bdd8 /Examples/ExamplePowerPC.S
parentaa1b443f793317c84613e12ff0fd943f4ae338ad (diff)
PPC: Adding support for more instructions, adding support header for GNU
as (using the BPP preprocessor) Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'Examples/ExamplePowerPC.S')
-rw-r--r--Examples/ExamplePowerPC.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/Examples/ExamplePowerPC.S b/Examples/ExamplePowerPC.S
index 02fa7c0..80d8915 100644
--- a/Examples/ExamplePowerPC.S
+++ b/Examples/ExamplePowerPC.S
@@ -1,4 +1 @@
-# Sample program
-
-mr r0, r0
-blr \ No newline at end of file
+b 0x1000 \ No newline at end of file