From 5cf92b502d4d2bd026f580dc93ba243f657b0e79 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:26:29 +0200 Subject: PowerPC: Add support for li, improving code... Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> --- Examples/ExamplePowerPC.S.pp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Examples') diff --git a/Examples/ExamplePowerPC.S.pp b/Examples/ExamplePowerPC.S.pp index 04feb81..bc4d6a1 100644 --- a/Examples/ExamplePowerPC.S.pp +++ b/Examples/ExamplePowerPC.S.pp @@ -1,8 +1,5 @@ -# Path: SDK/PowerPC.inc +# Path: Examples/ExamplePowerPC.S.pp # Language: PowerPC Assembly # Build Date: 2024-6-4 - -mr r1, r31 -mr r1, r20 -sc \ No newline at end of file +li r2, 0x1055 \ No newline at end of file -- cgit v1.2.3