diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-09-03 23:41:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-09-03 23:41:12 +0900 |
| commit | 008ba16d95f5c143509955db6d1a5c1be05df561 (patch) | |
| tree | 2daf7b3b1d373e31f242a2ba4faf4a942e39918e /problems/03-A-plus-B | |
| parent | 81e10abb3003f681ca4d18949d5e1a02acc23f3c (diff) | |
| download | mncore-challenge-008ba16d95f5c143509955db6d1a5c1be05df561.tar.gz mncore-challenge-008ba16d95f5c143509955db6d1a5c1be05df561.tar.zst mncore-challenge-008ba16d95f5c143509955db6d1a5c1be05df561.zip | |
03-A-plus-B
Diffstat (limited to 'problems/03-A-plus-B')
| -rw-r--r-- | problems/03-A-plus-B/02.vsm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/problems/03-A-plus-B/02.vsm b/problems/03-A-plus-B/02.vsm new file mode 100644 index 0000000..fa3bee7 --- /dev/null +++ b/problems/03-A-plus-B/02.vsm @@ -0,0 +1,6 @@ +iadd $lm0v $ln0v $lr0v +iadd $lm8v $ln8v $lr8v +iadd $lm16v $ln16v $lr16v +iadd $lm24v $ln24v $lr24v +ipassa $llr0v $llm32v +ipassa $llr16v $llm48v |
