diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-04-08 13:06:44 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-04-08 13:06:44 +0200 |
| commit | e238c3db6e1d276bc6d3a2c668536a5b7e2e6cfe (patch) | |
| tree | 63a02335d609b5a2fb9b4cabedd6db03cdad6e56 | |
| parent | 9126c0c7614ef9d5684ba23335eff9997b2584c9 (diff) | |
SDK:PowerPC.inc: Update PowerPC include.
Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
| -rw-r--r-- | SDK/PowerPC.inc | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/SDK/PowerPC.inc b/SDK/PowerPC.inc index 94b6dc8..c6dce6d 100644 --- a/SDK/PowerPC.inc +++ b/SDK/PowerPC.inc @@ -2,8 +2,6 @@ # Language: Mahrouss PowerPC Assembly support for GNU. # Build Date: 2024-6-4 -%def mr or - %def lda li %def sta stw %def ldw li @@ -14,4 +12,24 @@ %def r3 3 %def r4 4 -%def r5 5
\ No newline at end of file +%def r5 5 + +%def r6 6 +%def r7 7 +%def r8 8 + +%def r9 9 +%def r10 10 +%def r11 11 + +%def r12 12 +%def r13 13 +%def r14 14 + +%def r15 15 +%def r16 16 +%def r17 17 + +%def r18 18 +%def r19 19 +%def r20 20 |
