diff options
| author | Amlal <amlal@zka.com> | 2024-07-21 09:47:44 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-07-21 09:47:44 +0200 |
| commit | af93068ec107e8d8f5873399e86e4001cb1c6b40 (patch) | |
| tree | af9acd1b32140317eb066ec857e4eb44416804a3 /Examples/ExamplePowerPC.S.pp | |
| parent | 13b84ff69d821029da3c2318a35a294d8045d7f9 (diff) | |
[RM] Examples/ added to gitignore, improved Ref class.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Examples/ExamplePowerPC.S.pp')
| -rw-r--r-- | Examples/ExamplePowerPC.S.pp | 11 |
1 files changed, 0 insertions, 11 deletions
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 |
