diff options
author | Max <mparisi@stevens.edu> | 2020-09-16 13:27:01 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-16 13:27:01 -0400 |
commit | 7186cb8a4161764b8b51a4917cb9040a53f42142 (patch) | |
tree | 9e651e8d9791f5000a48f002568facf73bcf8cd8 /asm/text_5.s | |
parent | 319dd22af1f7b3d8ba47cdd67dd18a3bd8e01ed2 (diff) |
ArrayNew, Free, Length, Nth and Append. Labeling and updates to heaaders
Diffstat (limited to 'asm/text_5.s')
-rw-r--r-- | asm/text_5.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/text_5.s b/asm/text_5.s index c0e4329..195ee48 100644 --- a/asm/text_5.s +++ b/asm/text_5.s @@ -100956,8 +100956,8 @@ lbl_801CA260: /* 801CA26C 001C5ECC 38 21 00 30 */ addi r1, r1, 0x30 /* 801CA270 001C5ED0 4E 80 00 20 */ blr -.global func_801CA274 -func_801CA274: +.global memmove +memmove: /* 801CA274 001C5ED4 94 21 FF F0 */ stwu r1, -0x10(r1) /* 801CA278 001C5ED8 7C 08 02 A6 */ mflr r0 /* 801CA27C 001C5EDC 7C 66 22 78 */ xor r6, r3, r4 |