summaryrefslogtreecommitdiffhomepage
path: root/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'Examples')
-rw-r--r--Examples/ExamplePowerPC.S5
-rw-r--r--Examples/ExamplePowerPC.S.pp6
2 files changed, 7 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
diff --git a/Examples/ExamplePowerPC.S.pp b/Examples/ExamplePowerPC.S.pp
new file mode 100644
index 0000000..0f22a82
--- /dev/null
+++ b/Examples/ExamplePowerPC.S.pp
@@ -0,0 +1,6 @@
+# Path: SDK/PowerPC.inc
+# Language: PowerPC Assembly
+# Build Date: 2024-6-4
+
+or r0, r10
+b 10100 \ No newline at end of file