URL
https://opencores.org/ocsvn/lxp32/lxp32/trunk
Subversion Repositories lxp32
[/] [lxp32/] [trunk/] [verify/] [lxp32/] [src/] [firmware/] [test017.asm] - Rev 9
Compare with Previous | Blame | View Log
/** Test the new "lcs" instruction*/lc r100, 0x10000000 // test result output pointerlcs r101, haltlcs r102, failurelc r0, 1000000lc r1, -1000011lcs r10, 1000000lcs r11, -1000011cjmpne r102, r0, r10 // failurecjmpne r102, r1, r11 // failuresw r100, 1jmp r101 // haltfailure:sw r100, 2halt:hltjmp r101 // halt
