OpenCores
URL https://opencores.org/ocsvn/mips32/mips32/trunk

Subversion Repositories mips32

[/] [mips32/] [trunk/] [Classic-MIPS/] [TestBenchs/] [jump/] [assembler_output.txt] - Rev 2

Compare with Previous | Blame | View Log

[0x000000]      00110100000010010000000000000000        # ori $t1, $zero, 0 ($t1 = $zero | 0)
[0x000004]      00110100000010100000000000000000        # ori $t2, $zero, 0 ($t2 = $zero | 0)
[0x000008]      00110100000010110000000000001010        # ori $t3, $zero, 10 ($t3 = $zero | 10)
[0x00000C]      00000001001010100100100000100000        # add $t1, $t1, $t2 ($t1 = $t1 + $t2)
[0x000010]      00100001010010100000000000000001        # addi $t2, $t2, 1 ($t2 = $t2 + 1)
[0x000014]      00010101011010100000000000000001        # bne $t2, $t3, 1 (if ($t2 != $t3) goto 1)
[0x000018]      00001000000000000000000000001001        # j 0x0009 (jump to addr 0x0024)
[0x00001C]      10101101010010010000000000000000        # sw $t1, 0($t2) (mem[$t2 + 0] = $t1)
[0x000020]      00001000000000000000000000000011        # j 0x0003 (jump to addr 0x000C)
[0x000024]      00110100000010100000000000000000        # ori $t2, $zero, 0 ($t2 = $zero | 0)

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.