aboutsummaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorSnuffick <aleks.bae@gmail.com>2015-09-21 14:52:33 +0300
committerSnuffick <aleks.bae@gmail.com>2015-09-21 14:52:33 +0300
commit3b6c45c55262fb5ad6a6eaff05e89d0faef47341 (patch)
treed9784a4ee337ef15c3a7e3822437712bc1deb1cf /sw
parentb3d9beada656bce070e8aeb2d74a859a29a54b56 (diff)
downloadMIPSLabs-3b6c45c55262fb5ad6a6eaff05e89d0faef47341.zip
MIPSLabs-3b6c45c55262fb5ad6a6eaff05e89d0faef47341.tar.gz
MIPSLabs-3b6c45c55262fb5ad6a6eaff05e89d0faef47341.tar.bz2
Отредактировал исходники
Diffstat (limited to 'sw')
-rw-r--r--sw/test.axfbin0 -> 66751 bytes
-rw-r--r--sw/test.lst19
-rw-r--r--sw/test.obin0 -> 808 bytes
-rw-r--r--sw/test.rom6
-rw-r--r--sw/test.vh6
5 files changed, 31 insertions, 0 deletions
diff --git a/sw/test.axf b/sw/test.axf
new file mode 100644
index 0000000..8980798
--- /dev/null
+++ b/sw/test.axf
Binary files differ
diff --git a/sw/test.lst b/sw/test.lst
new file mode 100644
index 0000000..2e20878
--- /dev/null
+++ b/sw/test.lst
@@ -0,0 +1,19 @@
+
+test.axf: file format elf32-tradbigmips
+
+
+Disassembly of section .text:
+
+00000000 <entry>:
+ 0: 8c080200 lw t0,512(zero)
+ 4: 8c090200 lw t1,512(zero)
+ 8: 00000000 nop
+ c: 01094020 add t0,t0,t1
+ 10: 2108000b addi t0,t0,11
+ 14: 01094022 sub t0,t0,t1
+ 18: 35080010 ori t0,t0,0x10
+ 1c: 01094026 xor t0,t0,t1
+ 20: 0109402a slt t0,t0,t1
+ 24: 01094020 add t0,t0,t1
+ 28: 1109fff5 beq t0,t1,0 <entry>
+ 2c: 00000000 nop
diff --git a/sw/test.o b/sw/test.o
new file mode 100644
index 0000000..cef51ba
--- /dev/null
+++ b/sw/test.o
Binary files differ
diff --git a/sw/test.rom b/sw/test.rom
new file mode 100644
index 0000000..3b9dc38
--- /dev/null
+++ b/sw/test.rom
@@ -0,0 +1,6 @@
+@00000000
+8C080200 8C090200 00000000 01094020
+2108000B 01094022 35080010 01094026
+0109402A 01094020 1109FFF5 00000000
+@00000200
+00000001 0000FFFF
diff --git a/sw/test.vh b/sw/test.vh
new file mode 100644
index 0000000..926a474
--- /dev/null
+++ b/sw/test.vh
@@ -0,0 +1,6 @@
+@00000000
+8C 08 02 00 8C 09 02 00 00 00 00 00 01 09 40 20
+21 08 00 0B 01 09 40 22 35 08 00 10 01 09 40 26
+01 09 40 2A 01 09 40 20 11 09 FF F5 00 00 00 00
+@00000200
+00 00 00 01 00 00 FF FF