summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExamplePowerPC.S
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-14 10:48:10 +0200
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-14 10:48:10 +0200
commit180b333debbd1e555fbab5191656e2146dff6e8a (patch)
treed371c780283540df695a82384757d0b9f0d79bd2 /Examples/ExamplePowerPC.S
parentdd6d72026ac1c96bb85d5f108fa8ddfa2758f02b (diff)
see below.
- format code. - fix xcoff header. - add .dword, .long and .word for i64asm Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'Examples/ExamplePowerPC.S')
-rw-r--r--Examples/ExamplePowerPC.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/Examples/ExamplePowerPC.S b/Examples/ExamplePowerPC.S
index d25f7d2..51c8dbc 100644
--- a/Examples/ExamplePowerPC.S
+++ b/Examples/ExamplePowerPC.S
@@ -1,6 +1,5 @@
b 0x1000
mflr r21
mtlr r21
-
-stwu r1, [r2 + 2]
+ nik
li r3, 0 \ No newline at end of file