From af93068ec107e8d8f5873399e86e4001cb1c6b40 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 21 Jul 2024 09:47:44 +0200 Subject: [RM] Examples/ added to gitignore, improved Ref class. Signed-off-by: Amlal --- Examples/ExamplePowerPC.S.pp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Examples/ExamplePowerPC.S.pp (limited to 'Examples/ExamplePowerPC.S.pp') diff --git a/Examples/ExamplePowerPC.S.pp b/Examples/ExamplePowerPC.S.pp deleted file mode 100644 index 5eeb07f..0000000 --- a/Examples/ExamplePowerPC.S.pp +++ /dev/null @@ -1,11 +0,0 @@ -# Path: Examples/ExamplePowerPC.S.pp -# Language: POWER Assembly -# Build Date: 2024-6-4 - -bl 0x1000 - - -li r1, 0x500 -mr r2, r1 -sc -blr -- cgit v1.2.3