isa8

Download: isa8

.include "./nios_macros.m"

.text

.global main
.type main, @function

main:
    movi    r4,36
    movi    r5,18
    trap
end:
    br    end   /* wait here once the program has completed */

.end


Maintained by John Loomis, last updated 15 November 2008