diff options
author | bd <bdunahu@operationnull.com> | 2025-05-10 22:50:45 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-10 22:50:45 -0400 |
commit | 10d72fe1e3586e214353b4b942388335bc13f404 (patch) | |
tree | b9fbdabfd6646a6b0699c604478d8ae8acaed1d7 /input/vector_fun.asm | |
parent | d1ef2e2171d660bac392c19bc0094c5e76c986f6 (diff) |
Rename STOREV, LOADV to SRDS, SRDL
Diffstat (limited to 'input/vector_fun.asm')
-rw-r--r-- | input/vector_fun.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/input/vector_fun.asm b/input/vector_fun.asm index eed38ce..f91b4a0 100644 --- a/input/vector_fun.asm +++ b/input/vector_fun.asm @@ -5,7 +5,6 @@ s 4 .text load $4 s($0) ; set the vector length register - LOOP: cev $17 $16 beq END |