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

Subversion Repositories plasma

[/] [plasma/] [tags/] [V2_1/] [tools/] [opcodes.asm] - Diff between revs 29 and 42

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 29 Rev 42
Line 1... Line 1...
##################################################################
##################################################################
# TITLE: Opcode Tester
# TITLE: Opcode Tester
# AUTHOR: Steve Rhoads (rhoadss@yahoo.com)
# AUTHOR: Steve Rhoads (rhoadss@yahoo.com)
# DATE CREATED: 1/10/02
# DATE CREATED: 1/10/02
# FILENAME: opcodes.asm
# FILENAME: opcodes.asm
# PROJECT: MIPS CPU core
# PROJECT: M-lite CPU core
# COPYRIGHT: Software placed into the public domain by the author.
# COPYRIGHT: Software placed into the public domain by the author.
#    Software 'as is' without warranty.  Author liable for nothing.
#    Software 'as is' without warranty.  Author liable for nothing.
# DESCRIPTION:
# DESCRIPTION:
#    This assembly file tests all of the opcodes supported by the
#    This assembly file tests all of the opcodes supported by the
#    MIPS-lite core.
#    M-lite core.
#    This test assumes that address 0xffff is the UART write register
#    This test assumes that address 0xffff is the UART write register
#    Successful tests will print out "A" or "AB" or "ABC" or ....
#    Successful tests will print out "A" or "AB" or "ABC" or ....
#    Missing letters or letters out of order indicate a failure.
#    Missing letters or letters out of order indicate a failure.
##################################################################
##################################################################
        .text
        .text

powered by: WebSVN 2.1.0

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